Skip to content
Snippets Groups Projects
Commit 0e71fd1b authored by Elizabeth's avatar Elizabeth
Browse files

Merge

parents b7968ef8 49f820a9
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,25 @@
* 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
source bin/setup_runtime_paths.sh
source bin/setup_cuda_llvm_paths.sh
mkdir build
cd build
cmake ../
......
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