Skip to content

Commit 352234f

Browse files
Update benchmarks.yml
1 parent e891686 commit 352234f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ jobs:
4949
# continue-on-error: true
5050
# run: bazel test -c opt --config=cuda //xla/service/gpu/tests:gpu_atomic_test
5151
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
52+
runs-on: "linux-x86-g2-48-l4-4gpu"
53+
container: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
5654
steps:
5755
- name: Checkout XLA
5856
uses: actions/checkout@v3

0 commit comments

Comments
 (0)