Skip to content

Commit a09872d

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/cython/usm_memory/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#1 Example of working with USM memory
1+
# Example of working with USM memory
22

3-
#2 Description
3+
## Description
44

5-
#2 Building
5+
## Building
66

77
Make sure oneAPI is activated. Environment variable `$ONEAPI_ROOT` must be set.
88

@@ -12,7 +12,7 @@ $ CC=icx CXX=dpcpp LD_SHARED="dpcpp -shared" \
1212
CXXFLAGS=-fno-sycl-early-optimizations python setup.py build_ext --inplace
1313
```
1414

15-
#2 Running
15+
## Running
1616

1717
```
1818
$ python run.py

0 commit comments

Comments
 (0)