Install newer compute runtime

This commit is contained in:
Takeshi Watanabe 2020-12-24 20:04:48 +09:00 committed by GitHub
parent 3ac54b8919
commit 5dacefae15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,19 @@ jobs:
sudo add-apt-repository ppa:intel-opencl/intel-opencl
sudo apt update
sudo apt install libze-loader libze-intel-gpu intel-opencl-icd ocl-icd-opencl-dev libze-loader-dev
mkdir neo
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.51.18762/intel-gmmlib_20.3.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.5884/intel-igc-core_1.0.5884_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.5884/intel-igc-opencl_1.0.5884_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.51.18762/intel-opencl_20.51.18762_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.51.18762/intel-ocloc_20.51.18762_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.51.18762/intel-level-zero-gpu_1.0.18762_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.51.18762/ww51.sum
sha256sum -c ww51.sum
sudo dpkg -i *.deb
- name: Build
run: cargo build --verbose
- name: Run tests