We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d521d7 commit 3c0758eCopy full SHA for 3c0758e
1 file changed
.github/workflows/build_and_run.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install dpbench dependencies
40
shell: bash -l {0}
41
run: |
42
- conda install -c intel tbb dpcpp_linux-64
+ conda install -c intel tbb tbb-devel dpcpp_linux-64
43
conda install numpy numba cython cmake ninja scikit-build pandas
44
conda install scipy scikit-learn pybind11
45
conda install -c pkgs/main libgcc-ng">=11.2.0" libstdcxx-ng">=11.2.0" libgomp">=11.2.0"
0 commit comments