Skip to content

Commit b06f37c

Browse files
JonChesterfieldmemfrob
authored andcommitted
[libomptarget][amdgpu] Add gfx90a to build list
1 parent 8c2593b commit b06f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ else()
107107
endif()
108108

109109
# create libraries
110-
set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx1010 gfx1030 gfx1031)
110+
set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1031)
111111
if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
112112
set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})
113113
endif()

0 commit comments

Comments
 (0)