We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97d39c commit 4b60d45Copy full SHA for 4b60d45
examples/pybind11/onemkl_gemv/README.md
@@ -1,6 +1,6 @@
1
-Example of SYCL built pybind11 extension
+# Example of SYCL built pybind11 extension
2
3
-To build, use (assumes scikit-build and dpcpp is installed):
+## To build, use (assumes scikit-build and dpcpp is installed):
4
5
```sh
6
python setup.py develop -- -G "Ninja" \
@@ -12,13 +12,13 @@ python setup.py develop -- -G "Ninja" \
12
-DTBB_INCLUDE_DIR=${CONDA_PREFIX}/include
13
```
14
15
-To run test suite
+## To run test suite
16
17
18
python -m pytest tests
19
20
21
-To compare Python overhead,
+## To compare Python overhead,
22
23
24
# build standad-alone executable
0 commit comments