Skip to content

Commit 4b60d45

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/pybind11/onemkl_gemv/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Example of SYCL built pybind11 extension
1+
# Example of SYCL built pybind11 extension
22

3-
To build, use (assumes scikit-build and dpcpp is installed):
3+
## To build, use (assumes scikit-build and dpcpp is installed):
44

55
```sh
66
python setup.py develop -- -G "Ninja" \
@@ -12,13 +12,13 @@ python setup.py develop -- -G "Ninja" \
1212
-DTBB_INCLUDE_DIR=${CONDA_PREFIX}/include
1313
```
1414

15-
To run test suite
15+
## To run test suite
1616

1717
```sh
1818
python -m pytest tests
1919
```
2020

21-
To compare Python overhead,
21+
## To compare Python overhead,
2222

2323
```
2424
# build standad-alone executable

0 commit comments

Comments
 (0)