Skip to content

Commit 18f701b

Browse files
authored
Merge pull request #355 from IntelPython/xaleryb-patch-1
Update README.md
2 parents 0b59bd2 + c514f3d commit 18f701b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ SPDX-License-Identifier: Apache-2.0
2121

2222
### Using prebuilt version
2323

24-
1. Create conda environment
24+
1. Create conda environment:
2525

2626
```bash
2727
conda create -n dpbench dpbench -c dppy/label/dev -c conda-forge -c https://software.repos.intel.com/python/conda -c nodefaults --override-channels
2828
conda activate dpbench
2929
```
3030

31-
2. Run specific benchmark, e.g. black_scholes
31+
2. Run specific benchmark, e.g. black_scholes:
3232

3333
```bash
3434
dpbench -b black_scholes run
@@ -54,7 +54,7 @@ SPDX-License-Identifier: Apache-2.0
5454
conda env create -n dpbench -f ./environments/conda-linux-sycl.yml
5555
```
5656

57-
3. Build DPBench
57+
3. Build DPBench:
5858

5959
```bash
6060
pip install --no-index --no-deps --no-build-isolation -e . -v
@@ -77,27 +77,27 @@ SPDX-License-Identifier: Apache-2.0
7777
CC=icx CXX=icpx DPBENCH_SYCL=1 python setup.py develop
7878
```
7979

80-
4. Run specific benchmark, e.g. black_scholes
80+
4. Run specific benchmark, e.g. black_scholes:
8181

8282
```bash
8383
dpbench -b black_scholes run
8484
```
8585

8686
### Usage
8787

88-
1. Run all benchmarks
88+
1. Run all benchmarks:
8989

9090
```bash
9191
dpbench -a run
9292
```
9393

94-
2. Generate report
94+
2. Generate report:
9595

9696
```bash
9797
dpbench report
9898
```
9999

100-
3. Device Customization
100+
3. Device Customization:
101101

102102
If a framework is SYCL based, an extra configuration option
103103
`sycl_device` may be set in the framework config file or by passing

0 commit comments

Comments
 (0)