[libomptarget][amdgpu] Add gfx90a to build list

This commit is contained in:
Jon Chesterfield 2021-09-02 18:10:40 +01:00
parent 43d9cc1e20
commit 201e466eba

View file

@ -107,7 +107,7 @@ else()
endif() endif()
# create libraries # create libraries
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)
if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST) if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST}) set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})
endif() endif()