File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ On Linux:
8989.. code-block :: bash
9090
9191 conda create -n build-env dpctl cython dpcpp_linux-64 mkl-devel-dpcpp tbb-devel \
92- onedpl-devel cmake scikit-build ninja pytest -c dppy/label/dev \
93- -c https://software.repos.intel.com/python/conda/ -c conda-forge
92+ onedpl-devel cmake scikit-build ninja pytest intel-gpu-ocl-icd-system \
93+ -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge
9494 conda activate build-env
9595
9696 On Windows:
9797
9898.. code-block :: bash
9999
100100 conda create -n build-env dpctl cython dpcpp_win-64 mkl-devel-dpcpp tbb-devel \
101- onedpl-devel cmake scikit-build ninja pytest -c dppy/label/dev \
102- -c https://software.repos.intel.com/python/conda/ -c conda-forge
101+ onedpl-devel cmake scikit-build ninja pytest intel-gpu-ocl-icd-system \
102+ -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge
103103 conda activate build-env
104104
105105 To build and install the package on Linux OS, run:
You can’t perform that action at this time.
0 commit comments