We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a057dbe commit 6e208c5Copy full SHA for 6e208c5
.github/workflows/benchmarks.yml
@@ -48,16 +48,6 @@ jobs:
48
working-directory: jax-fork
49
continue-on-error: true
50
run: python -m pytest tests/multiprocess_gpu_test.py
51
-
52
- - name: Build XLA GPU Atomic Test
53
- working-directory: xla
54
- continue-on-error: true
55
- run: bazel build -c opt --config=cuda //xla/service/gpu/tests:gpu_atomic_test
56
57
- - name: Run XLA GPU Atomic Test
58
59
60
- run: bazel test -c opt --config=cuda //xla/service/gpu/tests:gpu_atomic_test
61
62
build-xla-gpu-and-test:
63
runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
0 commit comments