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.
7070
7171 # Create a conda environment that hass needed dependencies installed
7272 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
7575 # Activate the environment
7676 conda activate numba-dpex-env
7777 # Clone the numba-dpex repository
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Configuration Options for ``numba-dpex``
1010 prefix needs to be appended before each variable. For example, in order to
1111 turn ``SAVE_IR_FILES `` flag on, it needs to be passed as ``NUMBA_DPEX_SAVE_IR_FILES=1 ``
1212
13- For example:
13+ For example:
1414
15- .. code-block :: bash
15+ .. code-block :: bash
1616
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
1818
1919
2020 The list of available configuration flags are listed as follows:
You can’t perform that action at this time.
0 commit comments