Skip to content

Commit b5d1db2

Browse files
Update benchmarks.yml
1 parent 3e44ec7 commit b5d1db2

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
@@ -34,13 +34,11 @@ jobs:
3434
mkdir results
3535
ls
3636
cd results
37-
run: wget https://raw.githubusercontent.com/juliagmt-google/xla/main/xla/tools/get_device_stats.cc
3837
- name: Upload Artifacts
3938
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
4039
with:
41-
name: my-artifacts # Name of the artifact
42-
path: |
43-
results/get_device_stats.cc
40+
name: gpu-xla-benchmarks
41+
path: xla/results
4442

4543
# - name: Print machine specs
4644
# run: |

0 commit comments

Comments
 (0)