Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangbe committed Dec 3, 2024
1 parent 32c83a0 commit ada3f97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Documentation for rocWMMA is available at
[https://rocm.docs.amd.com/projects/rocWMMA/en/latest](https://rocm.docs.amd.com/projects/rocWMMA/en/latest).

## (Unreleased) rocWMMA 1.7.0 for ROCm 6.4.0

### Changed

* Renamed the CMake option `AMDGPU_TARGETS` to `GPU_TARGETS`

## (Unreleased) rocWMMA 1.6.0 for ROCm 6.3.0

### Added
Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ endif()
include(CheckCXXCompilerFlag)
check_cxx_compiler_flag("--offload-compress" CXX_COMPILER_SUPPORTS_OFFLOAD_COMPRESS)
if (NOT CXX_COMPILER_SUPPORTS_OFFLOAD_COMPRESS)
if(ADDRESS_SANITIZER_ENABLED)
set(CMAKE_NO_BUILTIN_CHRPATH ON)
endif()
set(CMAKE_NO_BUILTIN_CHRPATH ON)
elseif(CXX_COMPILER_SUPPORTS_OFFLOAD_COMPRESS)
set(CMAKE_NO_BUILTIN_CHRPATH OFF)
endif()
Expand Down

0 comments on commit ada3f97

Please sign in to comment.