We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2593b commit b06f37cCopy full SHA for b06f37c
openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
@@ -107,7 +107,7 @@ else()
107
endif()
108
109
# create libraries
110
-set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx1010 gfx1030 gfx1031)
+set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1031)
111
if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
112
set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})
113
0 commit comments