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 e891686 commit 352234fCopy full SHA for 352234f
.github/workflows/benchmarks.yml
@@ -49,10 +49,8 @@ jobs:
49
# continue-on-error: true
50
# run: bazel test -c opt --config=cuda //xla/service/gpu/tests:gpu_atomic_test
51
xla-gpu-ci:
52
- runs-on: linux-x86-g2-48-l4-4gpu
53
- # container:
54
- # image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
55
- # options: --gpus all --privileged
+ runs-on: "linux-x86-g2-48-l4-4gpu"
+ container: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
56
steps:
57
- name: Checkout XLA
58
uses: actions/checkout@v3
0 commit comments