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 4747 run : make bench-enzyme
4848 - name : results
4949 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 4646 - name : make check-enzyme
4747 working-directory : build
4848 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 }}
5249
5350 build-macos :
5451 name : Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS
8582 - name : make check-enzyme
8683 working-directory : build
8784 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 }}
9185
9286 build-xcode :
9387 name : Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS XCode
You can’t perform that action at this time.
0 commit comments