Skip to content

Commit

Permalink
ROCm 6.3 - Cherry-pick: GPU Arch Updates (#232) (#234)
Browse files Browse the repository at this point in the history
* CMakeLists - GPU Arch Updates (#232)

* CMakeLists - GPU Arch Updates

* Update README.md

* Revert "CMakeLists - GPU Arch Updates (#232)"

This reverts commit 5307b95.

* GFX ID - Updates
  • Loading branch information
kiritigowda authored Nov 15, 2024
1 parent cc619f5 commit 3947ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocAL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(GPU_SUPPORT AND "${BACKEND}" STREQUAL "HIP")
endif()
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH} ${ROCM_PATH}/hip)
# Set supported GPU Targets
set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102")
set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102")
if (BUILD_WITH_AMD_ADVANCE)
set(DEFAULT_AMDGPU_TARGETS ${DEFAULT_AMDGPU_TARGETS} "gfx1200;gfx1201")
endif()
Expand Down

0 comments on commit 3947ad0

Please sign in to comment.