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 8893183 commit 1e86090Copy full SHA for 1e86090
.github/workflows/benchmarks.yml
@@ -28,6 +28,19 @@ jobs:
28
steps:
29
- name: Checkout XLA
30
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
44
45
# - name: Print machine specs
46
# run: |
0 commit comments