From 598f3dcc42001c020845efab01dfed50f26d20f1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 12 Feb 2019 15:47:37 -0600 Subject: [PATCH] Enable AMD GPU CI --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec1495d7..92a000fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ Python 3 K40: Python 3 AMD GPU: script: - export PY_EXE=python3 - - export PYOPENCL_TEST=amd:fiji + - export PYOPENCL_TEST=amd:gfx803 - export EXTRA_INSTALL="pybind11 numpy mako" # https://andreask.cs.illinois.edu/MachineShop/UserNotes @@ -109,7 +109,6 @@ Python 3 AMD GPU: - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" - allow_failure: true tags: - python3 - amd-fiji -- GitLab