Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 22, 2024
1 parent 03fe912 commit 3e99b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 59
echo 60


ARCH=$(uname -m)
Expand All @@ -18,7 +18,7 @@ sudo apt-get install --no-install-recommends -y \
# ocl-icd-opencl-dev
# pocl-opencl-icd

# mkdir -p /etc/OpenCL/vendors && echo "libOpenCL.so" > /etc/OpenCL/vendors/opencl.icd
mkdir -p /etc/OpenCL/vendors && echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd

curl \
-sL \
Expand Down

0 comments on commit 3e99b9f

Please sign in to comment.