SWDEV-501963 - Add missing codes for gfx950

Change-Id: I6b3c6bf54c61cffd44cd6f17b75998f751b75724


[ROCm/hip-tests commit: 1a7df073ba]
This commit is contained in:
taosang2
2024-12-02 17:16:52 -05:00
کامیت شده توسط Rakesh Roy
والد aeae2fcbb1
کامیت f2ab8e53cc
16فایلهای تغییر یافته به همراه71 افزوده شده و 68 حذف شده
@@ -207,7 +207,7 @@ if(HIP_PLATFORM MATCHES "amd")
endif()
set(NOT_FOR_gfx90a_AND_ABOVE_TEST hipMallocArray.cc hipArrayCreate.cc) # tests not for gfx90a+
set(gfx90a_AND_ABOVE_TARGETS gfx90a gfx940 gfx941 gfx942)
set(gfx90a_AND_ABOVE_TARGETS gfx90a gfx940 gfx941 gfx942 gfx950)
function(CheckRejectedArchs OFFLOAD_ARCH_STR_LOCAL)
set(ARCH_CHECK -1 PARENT_SCOPE)
set(NOT_GFX90a -1)