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

Change-Id: I12e8ff2cb8ad9c72cba216847366f2e0ab15c497
Этот коммит содержится в:
ROCm CI Service Account
2023-02-25 00:15:16 +05:30
коммит произвёл GitHub
родитель 873911c60f
Коммит c629e63024
+2 -2
Просмотреть файл
@@ -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__)