SWDEV-383461 - gfx11 not supporting wave64 check (#3170)

Change-Id: I12e8ff2cb8ad9c72cba216847366f2e0ab15c497


[ROCm/hip commit: c629e63024]
This commit is contained in:
ROCm CI Service Account
2023-02-25 00:15:16 +05:30
committed by GitHub
parent 41e0f4d34d
commit caa94251e6
+2 -2
View File
@@ -37,8 +37,8 @@ THE SOFTWARE.
#ifndef HIP_INCLUDE_HIP_HIP_RUNTIME_H
#define HIP_INCLUDE_HIP_HIP_RUNTIME_H
#if (__gfx1010__ || __gfx1011__ || __gfx1012__ || __gfx1030__ || __gfx1031__) && __AMDGCN_WAVEFRONT_SIZE == 64
#error HIP is not supported on GFX10 with wavefront size 64
#if __HIP_DEVICE_COMPILE__ && !__GFX8__ && !__GFX9__ && __AMDGCN_WAVEFRONT_SIZE == 64
#error HIP is not supported on the specified GPU ARCH with wavefront size 64
#endif
#if !defined(__HIPCC_RTC__)