From 6e8f40eb222ec994316f55b7a90af139a5bab0d2 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6a92ff86..8f798687ba 100644 --- a/README.md +++ b/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 :