Skip to content

Commit

Permalink
build CUDA plugin in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar committed Jan 18, 2024
1 parent cfb60fa commit baf70be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function build_torch_xla() {
XLA_DIR=$1
pushd "$XLA_DIR"
python setup.py install
pip install plugins/cuda --no-build-isolation -v
popd
}

Expand Down

0 comments on commit baf70be

Please sign in to comment.