File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 47
47
run : make bench-enzyme
48
48
- name : results
49
49
run : cat enzyme/benchmarks/*/*/results.txt
50
- # - name: graph results
51
- # if: github.event_name != 'pull_request' && matrix.build == 'Release'
52
- # run: |
53
- # for p in enzyme/benchmarks/ReverseMode/*/results.json; do
54
- # python3 enzyme/benchmarks/upload-results.py $p --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
55
- # done
Original file line number Diff line number Diff line change 46
46
- name : make check-enzyme
47
47
working-directory : build
48
48
run : make -j `nproc` check-enzyme-bench
49
- - name : graph results
50
- if : github.event_name != 'pull_request' && matrix.build == 'Release'
51
- run : python3 enzyme/test/upload-results.py build/test/Enzyme/results.json --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
52
49
53
50
build-macos :
54
51
name : Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS
85
82
- name : make check-enzyme
86
83
working-directory : build
87
84
run : make -j3 check-enzyme-bench
88
- - name : graph results
89
- if : github.event_name != 'pull_request' && matrix.build == 'Release'
90
- run : python3 enzyme/test/upload-results.py build/test/Enzyme/results.json --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
91
85
92
86
build-xcode :
93
87
name : Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS XCode
You can’t perform that action at this time.
0 commit comments