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 ce1113f commit 10dfcf9Copy full SHA for 10dfcf9
.github/workflows/benchmark.yml
@@ -56,4 +56,4 @@ jobs:
56
for p in enzyme/benchmarks/ReverseMode/*/results.json; do
57
python3 enzyme/benchmarks/upload-results.py $p --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
58
done
59
- if: github.event_name != 'pull_request' && matrix.build.mode == 'Release'
+ if: github.event_name != 'pull_request' && matrix.build == 'Release'
0 commit comments