Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removing old references to hcc (which was deprecated/removed for hipcc)
  • Loading branch information
stanleytsang-amd authored Apr 7, 2022
1 parent ba09641 commit 512ae46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Prior to ROCm version 5.0, this project included the [hipRAND](https://github.co
* [HIP-clang](https://github.com/ROCm-Developer-Tools/HIP/blob/master/INSTALL.md#hip-clang) compiler, which must be
set as C++ compiler on ROCm platform.
* For CUDA platforms:
* [HIP](https://github.com/ROCm-Developer-Tools/HIP) (hcc is not required)
* [HIP](https://github.com/ROCm-Developer-Tools/HIP)
* Latest CUDA SDK
* Python 3.6 or higher (HIP on Windows only, only required for install script)
* Visual Studio 2019 with clang support (HIP on Windows only)
Expand Down Expand Up @@ -58,7 +58,7 @@ cd rocRAND; mkdir build; cd build
# Build options: BUILD_TEST (off by default), BUILD_BENCHMARK (off by default), BUILD_SHARED_LIBS (on by default)
#
# ! IMPORTANT !
# Set C++ compiler to HCC or HIP-clang. You can do it by adding 'CXX=<path-to-compiler>'
# Set C++ compiler to HIP-clang. You can do it by adding 'CXX=<path-to-compiler>'
# before 'cmake' or setting cmake option 'CMAKE_CXX_COMPILER' to path to the compiler.
#
# The python interface do not work with static library.
Expand All @@ -72,8 +72,6 @@ cd rocRAND; mkdir build; cd build
cmake -DBUILD_BENCHMARK=ON ../. # or cmake-gui ../.
# Build
# For ROCM-1.6, if a HCC runtime error is caught, consider setting
# HCC_AMDGPU_TARGET=<arch> in front of make as a workaround
make -j4
# Optionally, run tests if they're enabled
Expand Down

0 comments on commit 512ae46

Please sign in to comment.