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 11Exercise 01: SYCL interop
22-------------------------------
33
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 ` .
55This application will perform a vector/matrix multiplication using the ` cublasSgemv ` routine in ` cuBLAS ` .
66A CUDA version of the application is provided, demonstrating how to call ` cublasSgemv ` .
77
@@ -44,4 +44,4 @@ Running the `sycl_sgemv.cpp` executable at this stage will result in a runtime e
4444
4545Both implementations set up the same input data and expect the same output.
4646
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