Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Nov 29, 2024
1 parent b458a1c commit 3f88d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/sycl/09-interoperability/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ icpx -std=c++17 -fuse-ld=lld -isystem $CUDA_HOME/include/ -DCUBLAS -DDPCPP -O3
#### AdaptiveCpp with `cuBlas`

```
/projappl/project_2008874/AdaptiveCpp/bin/acpp -fuse-ld=lld -O3 -DCUBLAS -DACPP -I$CUDA_HOME/include/ -L$CUDA_HOME/lib64/ -lcublas -lcudart -lcuda gemm_mkl_cublas_usm.cpp
acpp -fuse-ld=lld -O3 -DCUBLAS -DACPP -I$CUDA_HOME/include/ -L$CUDA_HOME/lib64/ -lcublas -lcudart -lcuda gemm_mkl_cublas_usm.cpp
```

0 comments on commit 3f88d65

Please sign in to comment.