From 0d6a5a3d25895db5266ee2fd0dbbc5af81048844 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Fri, 17 May 2019 11:42:14 -0600 Subject: [PATCH] Update README.md Adding mention of requirement for chrpath for unit tests. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc3b738227..5e6a92ff86 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ These operations are implemented using ring algorithms and have been optimized f 1. ROCm supported GPUs 2. ROCm stack installed on the system (HIP runtime & HCC) +3. For building and running the unit tests, chrpath will need to be installed on your machine first. (sudo apt-get install chrpath) ## Quickstart RCCL Build