Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ci/run_pytest_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ fi

export XLA_PYTHON_CLIENT_ALLOCATOR=platform
export XLA_FLAGS=--xla_gpu_force_compilation_parallelism=1

env
unset KUBERNETES_SERVICE_HOST
# End of test environment variable setup

echo "Running CUDA tests..."
Expand Down
Loading