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 1517c6b commit deb57f3Copy full SHA for deb57f3
1 file changed
.github/workflows/tests.yml
@@ -91,6 +91,11 @@ jobs:
91
RUST_SRC_B64_12: ${{ secrets.RUST_SRC_B64_12 }}
92
run: python scripts/pack_rust_core.py unpack --from-env
93
94
+ - name: Install OpenCL ICD loader + CPU runtime
95
+ run: |
96
+ sudo apt-get update
97
+ sudo apt-get install -y ocl-icd-opencl-dev pocl-opencl-icd
98
+
99
# A9-08: `maturin develop` requires an active virtualenv and errors out
100
# without one. Create it and put it on PATH for every later step.
101
- name: Create virtualenv
0 commit comments