forked from OSchip/llvm-project
[Libomptarget][AMDGCN] add gfx90c target
Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D119478
This commit is contained in:
parent
64037afe01
commit
59ad9650cf
|
@ -96,7 +96,7 @@ foreach(sm ${nvptx_sm_list})
|
|||
endif()
|
||||
endforeach()
|
||||
|
||||
set(amdgpu_mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1031)
|
||||
set(amdgpu_mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx90c gfx1010 gfx1030 gfx1031)
|
||||
if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
|
||||
set(amdgpu_mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue