Skip to content

Commit

Permalink
Add linux opencl
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 27, 2019
1 parent fddf24e commit 237c3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
sudo dpkg -i cuda-repo-ubuntu1604_10.1.168-1_amd64.deb
sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub
sudo apt-get update -yqq
sudo apt-get install cuda
sudo apt-get install cuda ocl-icd-opencl-dev
git submodule update --init --recursive
displayName: Linux Install Rust and Dependencies
condition: eq( variables['Agent.OS'], 'Linux' )

0 comments on commit 237c3d8

Please sign in to comment.