Skip to content

Commit

Permalink
Generalize test for Nvidia PyOpenCL test target to catch pocl
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 10, 2025
1 parent c457308 commit 16e764f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ test_py_project()
{
rewrite_pyopencl_test
if [[ $PYOPENCL_TEST = *nvi* ]]; then
if [[ $PYOPENCL_TEST = *nvi* ]] || [[ $PYOPENCL_TEST = *titan* ]]; then
echo "Nvidia GPUs currently unavailable, not running tests"
return
fi
Expand Down Expand Up @@ -560,7 +560,7 @@ run_examples()
{
rewrite_pyopencl_test
if [[ $PYOPENCL_TEST = *nvi* ]]; then
if [[ $PYOPENCL_TEST = *nvi* ]] || [[ $PYOPENCL_TEST = *titan* ]]; then
echo "Nvidia GPUs currently unavailable, not running tests"
return
fi
Expand Down

0 comments on commit 16e764f

Please sign in to comment.