From feb28352cbef90a9f48133e33841d3d0eacc16f7 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Fri, 6 Mar 2020 11:38:44 -0500 Subject: [PATCH] move new enums to the end to maintain compatibility [ROCm/hip commit: 7e45c54ea6d6eaf985385ac8d2539026a3609d26] --- projects/hip/include/hip/hip_runtime_api.h | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 340b01c99d..3d76e92632 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -117,14 +117,6 @@ typedef struct hipDeviceProp_t { int integrated; ///< APU vs dGPU int cooperativeLaunch; ///< HIP device supports cooperative launch int cooperativeMultiDeviceLaunch; ///< HIP device supports cooperative launch on multiple devices - int cooperativeMultiDeviceUnmatchedFunc; ///< HIP device supports cooperative launch on multiple - ///devices with unmatched functions - int cooperativeMultiDeviceUnmatchedGridDim; ///< HIP device supports cooperative launch on multiple - ///devices with unmatched grid dimensions - int cooperativeMultiDeviceUnmatchedBlockDim;///< HIP device supports cooperative launch on multiple - ///devices with unmatched block dimensions - int cooperativeMultiDeviceUnmatchedSharedMem;///< HIP device supports cooperative launch on multiple - ///devices with unmatched shared memories int maxTexture1D; ///< Maximum number of elements in 1D images int maxTexture2D[2]; ///< Maximum dimensions (width, height) of 2D images, in image elements int maxTexture3D[3]; ///< Maximum dimensions (width, height, depth) of 3D images, in image elements @@ -136,6 +128,14 @@ typedef struct hipDeviceProp_t { int kernelExecTimeoutEnabled; ///