Add gfx908 to hip-config.cmake
Support gfx908 as part of the default AMDGPU_TARGETS. MIGraphX requires this change. Change-Id: I692f87f27829778e04f59c9ca655c6e8cbc00abc
Esse commit está contido em:
commit de
Aaron En Ye Shi
pai
784ca6f43c
commit
dc2caed525
@@ -79,7 +79,7 @@ if(HIP_COMPILER STREQUAL "clang")
|
||||
${HIP_CLANG_INCLUDE_SEARCH_PATHS}
|
||||
NO_DEFAULT_PATH)
|
||||
find_dependency(AMDDeviceLibs)
|
||||
set(AMDGPU_TARGETS "gfx900;gfx906" CACHE STRING "AMD GPU targets to compile for")
|
||||
set(AMDGPU_TARGETS "gfx900;gfx906;gfx908" CACHE STRING "AMD GPU targets to compile for")
|
||||
set(GPU_TARGETS "${AMDGPU_TARGETS}" CACHE STRING "GPU targets to compile for")
|
||||
else()
|
||||
find_dependency(hcc)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário