You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sst/elements/balar/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ export GPU_ARCH=sm_70
123
123
124
124
#### Compiling CUDA for Balar + Vanadis
125
125
126
-
In order to run CUDA on Balar + Vanadis (direct-execution), aside from the compilers, the custom CUDA library `libcudart_vanadis` (inside `vanadisLLVMRISCV`) is also needed to intercept CUDA API calls and send them to Balar's MMIO address. This custom CUDA lib can be made via `make -C vanadisLLVMRISCV vanadis_cuda`, which would generate the `libcudart_vanadis.a/so`.
126
+
In order to run CUDA on Balar + Vanadis (direct-execution), aside from the compilers, the custom CUDA library `libcudart_vanadis` (inside `vanadis_llvm_rv64`) is also needed to intercept CUDA API calls and send them to Balar's MMIO address. This custom CUDA lib can be made via `make -C vanadis_llvm_rv64 vanadis_cuda`, which would generate the `libcudart_vanadis.a/so`.
127
127
128
-
For compiler and linker flags, you can refer to the `vecadd` target in `vanadisLLVMRISCV/Makefile`.
128
+
For compiler and linker flags, you can refer to the `vecadd` target in `vanadis_llvm_rv64/Makefile`.
129
129
130
130
#### GPU Application Collection
131
131
@@ -141,7 +141,7 @@ git checkout sst_support
141
141
# If you plan to compile the apps directly, you will
142
142
# also need to set SST_CUSTOM_CUDA_LIB_PATH to
143
143
# the directory of the custom CUDA library,
144
-
# which normally will be `SST-ELEMENT-SOURCE/src/sst/elements/balar/tests/vanadisLLVMRISCV`
144
+
# which normally will be `SST-ELEMENT-SOURCE/src/sst/elements/balar/tests/vanadis_llvm_rv64`
145
145
source ./src/setup_environment sst
146
146
```
147
147
@@ -186,13 +186,13 @@ The CUDA executable should be passed in `VANADIS_EXE` and `BALAR_CUDA_EXE_PATH`.
0 commit comments