Add gfx908 to hip-config.cmake

Support gfx908 as part of the default AMDGPU_TARGETS. MIGraphX requires this change.

Change-Id: I692f87f27829778e04f59c9ca655c6e8cbc00abc


[ROCm/clr commit: 29c7c9b1c2]
This commit is contained in:
Aaron En Ye Shi
2020-06-03 17:08:07 +00:00
zatwierdzone przez Aaron En Ye Shi
rodzic 1f7c745330
commit 4d51dbf4f1
+1 -1
Wyświetl plik
@@ -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)