From 79b0bc37e75d4f58fb9c6f98323fb9a3b158476a Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 7 Feb 2025 11:31:44 -0600 Subject: [PATCH] try running cupy via gitlab --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 313b763..9441388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,24 @@ Python 3 Nvidia Titan V: reports: junit: test/pytest.xml +Python 3 CuPy Nvidia Titan V: + script: | + curl -L -O https://tiker.net/ci-support-v0 + . ./ci-support-v0 + CONDA_ENVIRONMENT=.test-conda-env-py3.yml + echo "- cupy" >> "$CONDA_ENVIRONMENT" + build_py_project_in_venv + test_py_project + + tags: + - python3 + - nvidia-titan-v + except: + - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3 POCL Nvidia Titan V: script: | curl -L -O https://tiker.net/ci-support-v0 -- GitLab