update README with make test

This commit is contained in:
Ruobing Han 2022-09-25 21:34:01 -04:00
parent 4966cb80fc
commit 940420d169
1 changed files with 8 additions and 0 deletions

View File

@ -43,8 +43,16 @@ For building CUDA toolkit, please refer to <https://developer.nvidia.com/cuda-do
make make
``` ```
3. (Optional) Use CuPBoP to execute Hetero-mark benchmark for verification
```bash
make test
```
## Run Vector Addition example ## Run Vector Addition example
In this section, we provide an example of how to use CuPBoP to execute a CUDA program.
```bash ```bash
cd examples/vecadd cd examples/vecadd
# Compile CUDA source code (both host and kernel) to bitcode files # Compile CUDA source code (both host and kernel) to bitcode files