From 543aa636f3ad03ada16073a34d2d5f11dd906de5 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 11 Aug 2018 22:03:06 -0500
Subject: [PATCH] AMD GPU CI: Use extra special OCL_ICD_VENDORS

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1687d168..82b0f349 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,6 +73,10 @@ Python 3.6 AMD GPU:
   - export PY_EXE=python3.6
   - export PYOPENCL_TEST=amd:fiji
   - export EXTRA_INSTALL="pybind11 numpy mako"
+
+  # https://andreask.cs.illinois.edu/MachineShop/UserNotes
+  - export OCL_ICD_VENDORS=/etc/OpenCLwithAMD/vendors
+
   - 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
-- 
GitLab