adding support for MI300A A1 - gfx942 (#124)
[ROCm/rocdecode commit: f221d78258]
This commit is contained in:
committed by
GitHub
orang tua
babefe67a9
melakukan
6c3f0095da
@@ -51,6 +51,9 @@ else()
|
||||
endif()
|
||||
|
||||
set(DEFAULT_AMDGPU_TARGETS "gfx803;gfx900;gfx906;gfx908;gfx90a;gfx940;gfx1030;gfx1031;gfx1032;gfx1100")
|
||||
if(BUILD_WITH_AMD_ADVANCE)
|
||||
set(DEFAULT_AMDGPU_TARGETS ${DEFAULT_AMDGPU_TARGETS} "gfx941;gfx942")
|
||||
endif()
|
||||
set(AMDGPU_TARGETS "${DEFAULT_AMDGPU_TARGETS}" CACHE STRING "List of specific machine types for library to target")
|
||||
|
||||
find_package(HIP QUIET)
|
||||
|
||||
Reference in New Issue
Block a user