summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-06-30 16:13:02 -0400
committertgrogers <[email protected]>2018-06-30 16:13:02 -0400
commit0c80105afae02e756d1f39637681131d3f9cf72f (patch)
tree99ecfa9a766d7bf2e9812f509e0ba1e3d7e834bb /.travis.yml
parentc37cd1e3fa9a3e4392ffc5453e9fd1696fd38396 (diff)
use CUDA 9.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index de08b38..cbda3c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,6 @@ matrix:
- services: docker
env:
- CONFIG=configs.gtx1080ti.yml
- - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.2/
+ - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.1/
script: docker run -v `pwd`:/home/runner/gpgpu-sim_distribution:rw tgrogers/gpgpu-sim_regress:latest /bin/bash -c "./start_torque.sh; chown -R runner /home/runner/gpgpu-sim_distribution; su - runner -c 'source /home/runner/gpgpu-sim_distribution/setup_environment && make -j -C /home/runner/gpgpu-sim_distribution && cd /home/runner/gpgpu-sim_simulations/ && git pull && /home/runner/gpgpu-sim_simulations/util/job_launching/run_simulations.py -c /home/runner/gpgpu-sim_simulations/util/job_launching/regression_recipies/rodinia_2.0-ft/$CONFIG -N regress && /home/runner/gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -N regress'"