Skip to content

Commit a99eb1d

Browse files
authored
ROCm 6.3 Cherry-pick - GPU Arch Updates (#448) (#453)
* GPU Arch Updates (#448) * Revert "GPU Arch Updates (#448)" This reverts commit b120278. * GFX ID - updates
1 parent 344a82c commit a99eb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/videoDecodeRGB/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else()
5757
endif()
5858

5959
# Set supported GPU Targets
60-
set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
60+
set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
6161

6262
# Set AMDGPU_TARGETS
6363
if(DEFINED ENV{AMDGPU_TARGETS})

0 commit comments

Comments
 (0)