Skip to content

Commit 4b3ed86

Browse files
nyallocRuyk
andauthored
Update exercise-01/README.md
Co-authored-by: Ruyman <ruyman@codeplay.com>
1 parent 1da8da8 commit 4b3ed86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercise-01/README.md

Lines changed: 2 additions & 2 deletions
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 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`.
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

@@ -44,4 +44,4 @@ Running the `sycl_sgemv.cpp` executable at this stage will result in a runtime e
4444

4545
Both 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.

0 commit comments

Comments
 (0)