Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
This commit is contained in:
Lakshmi Kumar
2025-02-11 06:07:34 -08:00
zatwierdzone przez GitHub
rodzic a2a7b63cad
commit 5e806d5465
+1 -1
Wyświetl plik
@@ -61,7 +61,7 @@ else()
endif()
# Set supported GPU Targets
set(DEFAULT_GPU_TARGETS "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
set(DEFAULT_GPU_TARGETS "gfx908;gfx90a;gfx942;gfx950;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
# Set AMD GPU_TARGETS
if((AMDGPU_TARGETS OR DEFINED ENV{AMDGPU_TARGETS}) AND (NOT GPU_TARGETS))