Skip to content

Commit

Permalink
Update packaging version (#651)
Browse files Browse the repository at this point in the history
* Update packaging version

* Remove gfx941,gfx940 targets
  • Loading branch information
stanleytsang-amd authored Nov 21, 2024
1 parent ffd6685 commit 3557be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(GPU_TARGETS STREQUAL "all")
if(BUILD_ADDRESS_SANITIZER)
# ASAN builds require xnack
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
TARGETS "gfx908:xnack+;gfx90a:xnack+;gfx940:xnack+;gfx941:xnack+;gfx942:xnack+"
TARGETS "gfx908:xnack+;gfx90a:xnack+;gfx942:xnack+"
)
else()
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
Expand Down Expand Up @@ -137,7 +137,7 @@ if(BUILD_CODE_COVERAGE)
endif()

# Setup VERSION
set(VERSION_STRING "3.3.0")
set(VERSION_STRING "3.4.0")
rocm_setup_version(VERSION ${VERSION_STRING})

# Print configuration summary
Expand Down

0 comments on commit 3557be9

Please sign in to comment.