From 4146f75d46b925ec64ddc8c8f6b699d1df450684 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/clr commit: ddd0b31d160647d1960f67607f74c36aec542d50] --- .../clr/hipamd/include/hip/hip_runtime_api.h | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/projects/clr/hipamd/include/hip/hip_runtime_api.h b/projects/clr/hipamd/include/hip/hip_runtime_api.h index 340b01c99d..3d76e92632 100644 --- a/projects/clr/hipamd/include/hip/hip_runtime_api.h +++ b/projects/clr/hipamd/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; ///