Add gfx908 to hip-config.cmake
Support gfx908 as part of the default AMDGPU_TARGETS. MIGraphX requires this change. Change-Id: I692f87f27829778e04f59c9ca655c6e8cbc00abc
Cette révision appartient à :
révisé par
Aaron En Ye Shi
Parent
4b56aaefd6
révision
29c7c9b1c2
@@ -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)
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur