From 237c3d8da03d611f0b5754742b5571ded943bfa7 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Mon, 27 May 2019 11:01:37 -0400 Subject: [PATCH] Add linux opencl --- .ci/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.yml b/.ci/install.yml index e33e3e0..70f380d 100644 --- a/.ci/install.yml +++ b/.ci/install.yml @@ -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' )