We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99c744 commit 0cc7f5cCopy full SHA for 0cc7f5c
exercise-01/README.md
@@ -1,7 +1,7 @@
1
Exercise 01: SYCL interop
2
-------------------------------
3
4
-The in this exercise, you must implement a `host_task` to let a `SYCL` application call `cuBLAS`.
+The in this exercise, you must implement an `interop_task` to let a `SYCL` application call `cuBLAS`.
5
This application will perform a vector/matrix multiplication using the `cublasSgemv` routine in `cuBLAS`.
6
A CUDA version of the application is provided, demonstrating how to call `cublasSgemv`.
7
0 commit comments