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:
Aaron En Ye Shi
2020-06-03 17:08:07 +00:00
commit de Aaron En Ye Shi
commit dc2caed525
+1 -1
Ver Arquivo
@@ -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)