|
16 | 16 | - 'no' |
17 | 17 |
|
18 | 18 |
|
19 | | -jobs: |
20 | | - build-xla-gpu-and-test: |
21 | | - runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner |
22 | | - container: |
23 | | - image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest" |
24 | | - options: --gpus all --privileged # Might need privileged mode, use with caution |
| 19 | +# jobs: |
| 20 | + # build-xla-gpu-and-test: |
| 21 | + # runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner |
| 22 | + # container: |
| 23 | + # image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest" |
| 24 | + # options: --gpus all --privileged # Might need privileged mode, use with caution |
25 | 25 |
|
26 | | - steps: |
27 | | - # - name: Checkout XLA |
28 | | - # uses: actions/checkout@v3 |
29 | | - # with: |
30 | | - # repository: openxla/xla # Replace with your fork if needed |
31 | | - - name: Checkout repository |
32 | | - uses: actions/checkout@v3 |
33 | | - with: |
34 | | - repository: juliagmt-google/xla |
35 | | - ref: dev |
36 | | - - name: Print machine specs |
37 | | - run: | |
38 | | - lscpu |
39 | | - free -h # Memory information |
40 | | - df -h # Disk space information |
41 | | - uname -a # Kernel information |
| 26 | + # steps: |
| 27 | + # # - name: Checkout XLA |
| 28 | + # # uses: actions/checkout@v3 |
| 29 | + # # with: |
| 30 | + # # repository: openxla/xla # Replace with your fork if needed |
| 31 | + # - name: Checkout repository |
| 32 | + # uses: actions/checkout@v3 |
| 33 | + # with: |
| 34 | + # repository: juliagmt-google/xla |
| 35 | + # ref: dev |
| 36 | + # - name: Print machine specs |
| 37 | + # run: | |
| 38 | + # lscpu |
| 39 | + # free -h # Memory information |
| 40 | + # df -h # Disk space information |
| 41 | + # uname -a # Kernel information |
42 | 42 |
|
43 | | - - name: Create results directory |
44 | | - working-directory: xla |
45 | | - run: mkdir results |
| 43 | + # - name: Create results directory |
| 44 | + # working-directory: xla |
| 45 | + # run: mkdir results |
46 | 46 |
|
47 | 47 |
|
48 | | - - name: Wait For Connection |
49 | | - uses: google-ml-infra/actions/ci_connection@main |
50 | | - with: |
51 | | - halt-dispatch-input: ${{ inputs.halt-for-connection }} |
| 48 | + # - name: Wait For Connection |
| 49 | + # uses: google-ml-infra/actions/ci_connection@main |
| 50 | + # with: |
| 51 | + # halt-dispatch-input: ${{ inputs.halt-for-connection }} |
52 | 52 |
|
53 | 53 |
|
54 | | -# jobs: |
| 54 | +jobs: |
55 | 55 | Tests: |
56 | 56 | strategy: |
57 | 57 | # Don't fail fast - want to see results for all builds even if one fails. |
|
0 commit comments