File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments