Skip to content
Snippets Groups Projects
Commit fa0af616 authored by hsharif3's avatar hsharif3
Browse files

Update README.md to include build rules for soc_simulator and gpu_profiler

parent e8a4ad78
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment