We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a82c commit a99eb1dCopy full SHA for a99eb1d
samples/videoDecodeRGB/CMakeLists.txt
@@ -57,7 +57,7 @@ else()
57
endif()
58
59
# Set supported GPU Targets
60
-set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
+set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
61
62
# Set AMDGPU_TARGETS
63
if(DEFINED ENV{AMDGPU_TARGETS})
0 commit comments