Skip to content

Commit c97d39c

Browse files
authored
Update README.md title extension for example
1 parent a09872d commit c97d39c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/cython/sycl_buffer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#1 Example of SYCL extension working NumPy array input via SYCL buffers
1+
# Example of SYCL extension working NumPy array input via SYCL buffers
22

33

4-
#2 Decription
4+
## Decription
55

66
Cython function expecting a 2D array in C-contiguous layout that
77
computes column-wise total by using SYCL oneMKL (as GEMV call with
@@ -10,15 +10,15 @@ an all units vector).
1010
Example illustrates compiling SYCL extension, linking to oneMKL.
1111

1212

13-
#2 Compiling
13+
## Compiling
1414

1515
```
1616
# make sure oneAPI is activated, $ONEAPI_ROOT must be set
1717
CC=icx CXX=dpcpp python setup.py build_ext --inplace
1818
```
1919

2020

21-
#2 Running
21+
## Running
2222

2323
```
2424
# SYCL_DEVICE_FILTER=opencl sets SYCL backend to OpenCL to avoid a

0 commit comments

Comments
 (0)