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; ///