From 49f820a9d93747bd899fc1ff388bc998e548b46e Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Sat, 12 Oct 2019 03:55:26 -0500 Subject: [PATCH] Update README.md --- llvm/projects/hpvm-tensor-rt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/projects/hpvm-tensor-rt/README.md b/llvm/projects/hpvm-tensor-rt/README.md index bba57c67d1..5b3e5f99d3 100644 --- a/llvm/projects/hpvm-tensor-rt/README.md +++ b/llvm/projects/hpvm-tensor-rt/README.md @@ -24,7 +24,7 @@ make ## BUILD ```shell -source bin/setup_runtime_paths.sh +source bin/setup_cuda_llvm_paths.sh mkdir build cd build cmake ../ -- GitLab