We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c298f70 commit 84d834bCopy full SHA for 84d834b
.github/workflows/benchmark.yml
@@ -50,4 +50,4 @@ jobs:
50
- name: make bench-enzyme
51
run: cd enzyme/build && make bench-enzyme
52
- name: results
53
- run: cat enzyme/benchmarks/*/results.txt
+ run: cat enzyme/benchmarks/*/*/results.txt
enzyme/benchmarks/ReverseMode/ode-const/Makefile.make
@@ -1,4 +1,4 @@
1
-# RUN: cd %S-const && LD_LIBRARY_PATH="%bldpath:$LD_LIBRARY_PATH" BENCH="%bench" BENCHLINK="%blink" LOAD="%loadEnzyme" make -B ode-unopt.ll ode-opt.ll results.txt VERBOSE=1 -f %s
+# RUN: cd %S && LD_LIBRARY_PATH="%bldpath:$LD_LIBRARY_PATH" BENCH="%bench" BENCHLINK="%blink" LOAD="%loadEnzyme" make -B ode-unopt.ll ode-opt.ll results.txt VERBOSE=1 -f %s
2
3
.PHONY: clean
4
0 commit comments