Skip to content

Commit 0cc7f5c

Browse files
committed
Updated exercise README
1 parent d99c744 commit 0cc7f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise-01/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exercise 01: SYCL interop
22
-------------------------------
33

4-
The in this exercise, you must implement a `host_task` to let a `SYCL` application call `cuBLAS`.
4+
The in this exercise, you must implement an `interop_task` to let a `SYCL` application call `cuBLAS`.
55
This application will perform a vector/matrix multiplication using the `cublasSgemv` routine in `cuBLAS`.
66
A CUDA version of the application is provided, demonstrating how to call `cublasSgemv`.
77

0 commit comments

Comments
 (0)