File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ first step.
70
70
71
71
# Create a conda environment that hass needed dependencies installed
72
72
conda create -n numba-dpex-env \
73
- dpctl dpnp numba spirv-tools dpcpp-llvm-spirv llvmdev pytest \
74
- -c intel -c conda-forge
73
+ dpctl dpnp numba spirv-tools dpcpp-llvm-spirv llvmdev pytest \
74
+ -c intel -c conda-forge
75
75
# Activate the environment
76
76
conda activate numba-dpex-env
77
77
# Clone the numba-dpex repository
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Configuration Options for ``numba-dpex``
10
10
prefix needs to be appended before each variable. For example, in order to
11
11
turn ``SAVE_IR_FILES `` flag on, it needs to be passed as ``NUMBA_DPEX_SAVE_IR_FILES=1 ``
12
12
13
- For example:
13
+ For example:
14
14
15
- .. code-block :: bash
15
+ .. code-block :: bash
16
16
17
- user@host:~ /NUMBA_DPEX_SAVE_IR_FILES=1 python numba_dpex_program.py
17
+ user@host:~ /NUMBA_DPEX_SAVE_IR_FILES=1 python numba_dpex_program.py
18
18
19
19
20
20
The list of available configuration flags are listed as follows:
You can’t perform that action at this time.
0 commit comments