File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Exercise 01: SYCL interop
2
2
-------------------------------
3
3
4
- The in this exercise, you must implement an ` interop_task ` to let a ` SYCL ` application call ` cuBLAS ` .
4
+ In this exercise, you must implement an ` interop_task ` to let a ` SYCL ` application call ` cuBLAS ` .
5
5
This application will perform a vector/matrix multiplication using the ` cublasSgemv ` routine in ` cuBLAS ` .
6
6
A CUDA version of the application is provided, demonstrating how to call ` cublasSgemv ` .
7
7
@@ -44,4 +44,4 @@ Running the `sycl_sgemv.cpp` executable at this stage will result in a runtime e
44
44
45
45
Both implementations set up the same input data and expect the same output.
46
46
47
- Familiarise yourself with the ` host_task ` by reading through the SYCL source in example-02.
47
+ Familiarise yourself with the ` host_task ` by reading through the SYCL source in example-02.
You can’t perform that action at this time.
0 commit comments