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
21
21
22
22
### Using prebuilt version
23
23
24
- 1 . Create conda environment
24
+ 1 . Create conda environment:
25
25
26
26
``` bash
27
27
conda create -n dpbench dpbench -c dppy/label/dev -c conda-forge -c https://software.repos.intel.com/python/conda -c nodefaults --override-channels
28
28
conda activate dpbench
29
29
```
30
30
31
- 2. Run specific benchmark, e.g. black_scholes
31
+ 2. Run specific benchmark, e.g. black_scholes:
32
32
33
33
` ` ` bash
34
34
dpbench -b black_scholes run
@@ -54,7 +54,7 @@ SPDX-License-Identifier: Apache-2.0
54
54
conda env create -n dpbench -f ./environments/conda-linux-sycl.yml
55
55
` ` `
56
56
57
- 3. Build DPBench
57
+ 3. Build DPBench:
58
58
59
59
` ` ` bash
60
60
pip install --no-index --no-deps --no-build-isolation -e . -v
@@ -77,27 +77,27 @@ SPDX-License-Identifier: Apache-2.0
77
77
CC=icx CXX=icpx DPBENCH_SYCL=1 python setup.py develop
78
78
` ` `
79
79
80
- 4. Run specific benchmark, e.g. black_scholes
80
+ 4. Run specific benchmark, e.g. black_scholes:
81
81
82
82
` ` ` bash
83
83
dpbench -b black_scholes run
84
84
` ` `
85
85
86
86
# ## Usage
87
87
88
- 1. Run all benchmarks
88
+ 1. Run all benchmarks:
89
89
90
90
` ` ` bash
91
91
dpbench -a run
92
92
` ` `
93
93
94
- 2. Generate report
94
+ 2. Generate report:
95
95
96
96
` ` ` bash
97
97
dpbench report
98
98
` ` `
99
99
100
- 3. Device Customization
100
+ 3. Device Customization:
101
101
102
102
If a framework is SYCL based, an extra configuration option
103
103
` 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