From fa0af616617191e5803c33fad81c19eb1dd6b312 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Sat, 12 Oct 2019 03:18:06 -0500
Subject: [PATCH] Update README.md to include build rules for soc_simulator and
 gpu_profiler

---
 llvm/projects/hpvm-tensor-rt/README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/llvm/projects/hpvm-tensor-rt/README.md b/llvm/projects/hpvm-tensor-rt/README.md
index c243c6dd16..bba57c67d1 100644
--- a/llvm/projects/hpvm-tensor-rt/README.md
+++ b/llvm/projects/hpvm-tensor-rt/README.md
@@ -6,6 +6,21 @@
 * CUDA-9.0 or above
 * CUBLAS-9.0 or above - often included with cuda-toolkit
 
+## Dependent Library Builds
+
+```shell
+cd ../gpu_profiler
+mkdir lib
+cmake ../
+make
+
+cd ../soc_simulator
+mkdir lib
+cmake ../
+make
+```
+
+
 ## BUILD
 
 ```shell
-- 
GitLab