Skip to content

Commit

Permalink
Remove deprecated references to amdgpu-target (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd authored Oct 17, 2023
1 parent 11dafed commit 67dd851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ move constructor and move assignment operator was deleted for this class.
previous versions).
- added missing `order` setter method for `threefry4x64`
- fixed the default ordering parameter for `lfsr113`
- Build error when using clang++ directly due to unsupported references to amdgpu-target

## (Unreleased) rocRAND-2.10.17 for ROCm 5.5.0
## rocRAND-2.10.17 for ROCm 5.5.0
### Added
- MT19937 pseudo random number generator based on M. Matsumoto and T. Nishimura, 1998, Mersenne Twister: A 623-dimensionally equidistributed uniform pseudorandom number generator.
- New benchmark for the device API using Google Benchmark, `benchmark_rocrand_device_api`, replacing `benchmark_rocrand_kernel`. `benchmark_rocrand_kernel` is deprecated and will be removed in a future version. Likewise, `benchmark_curand_host_api` is added to replace `benchmark_curand_generate` and `benchmark_curand_device_api` is added to replace `benchmark_curand_kernel`.
Expand Down
5 changes: 0 additions & 5 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ if(NOT USE_HIP_CPU)
set(CUDA_HOST_COMPILER ${CMAKE_CXX_COMPILER})
else()
target_link_libraries(rocrand PRIVATE hip::device)
if(NOT WIN32)
foreach(amdgpu_target ${AMDGPU_TARGETS})
target_link_libraries(rocrand PRIVATE --amdgpu-target=${amdgpu_target})
endforeach()
endif()
endif()
else()
# Check hipRuntimeGetVersion() function availability
Expand Down

0 comments on commit 67dd851

Please sign in to comment.