update README with make test
This commit is contained in:
parent
4966cb80fc
commit
940420d169
|
@ -43,8 +43,16 @@ For building CUDA toolkit, please refer to <https://developer.nvidia.com/cuda-do
|
|||
make
|
||||
```
|
||||
|
||||
3. (Optional) Use CuPBoP to execute Hetero-mark benchmark for verification
|
||||
|
||||
```bash
|
||||
make test
|
||||
```
|
||||
|
||||
## Run Vector Addition example
|
||||
|
||||
In this section, we provide an example of how to use CuPBoP to execute a CUDA program.
|
||||
|
||||
```bash
|
||||
cd examples/vecadd
|
||||
# Compile CUDA source code (both host and kernel) to bitcode files
|
||||
|
|
Loading…
Reference in New Issue