Skip to content

Commit 1e86090

Browse files
Update benchmarks.yml
1 parent 8893183 commit 1e86090

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ jobs:
2828
steps:
2929
- name: Checkout XLA
3030
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31+
32+
- name: Create results directory
33+
run: |
34+
mkdir results
35+
ls
36+
cd results
37+
run: wget https://raw.githubusercontent.com/juliagmt-google/xla/main/xla/tools/get_device_stats.cc
38+
- name: Upload Artifacts
39+
uses: actions/upload-artifact@b4ffde65f46336ab88eb53be808477a3936bae11
40+
with:
41+
name: my-artifacts # Name of the artifact
42+
path: |
43+
results/get_device_stats.cc
3144
3245
# - name: Print machine specs
3346
# run: |

0 commit comments

Comments
 (0)