Skip to content

Commit

Permalink
Gitlab CPU CI: Use only CPU Jax
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 27, 2025
1 parent 0903af2 commit 029026c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Python 3 POCL:
script: |
export PYOPENCL_TEST=portable:cpu
export EXTRA_INSTALL="jax[cpu]"
export JAX_PLATFORMS=cpu
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
. ./build-and-test-py-project.sh
tags:
Expand Down

0 comments on commit 029026c

Please sign in to comment.