From 6201fd9645f30971fd7d84ba80e65864a86cee7e Mon Sep 17 00:00:00 2001 From: Aaron Enye Shi Date: Wed, 22 May 2019 17:29:59 -0400 Subject: [PATCH] Update README to note install rocm-cmake (#68) [ROCm/rccl commit: 6e8f40eb222ec994316f55b7a90af139a5bab0d2] --- projects/rccl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/README.md b/projects/rccl/README.md index 5e6a92ff86..8f798687ba 100644 --- a/projects/rccl/README.md +++ b/projects/rccl/README.md @@ -46,7 +46,7 @@ $ cd build $ CXX=/opt/rocm/bin/hcc cmake -DCMAKE_INSTALL_PREFIX=$PWD/rccl-install .. $ make -j 8 install ``` -You may substitute a path of your own choosing for CMAKE_INSTALL_PREFIX. +You may substitute a path of your own choosing for CMAKE_INSTALL_PREFIX. Note: ensure rocm-cmake is installed, `apt install rocm-cmake`. #### To build the RCCL package and install package :