File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ update:
1414 raco pkg update --name herbie --deps search-auto src/
1515
1616egglog :
17- cargo build --release --manifest-path= src/egglog/egg-smol/Cargo.toml
17+ cd src/egglog/egg-smol && cargo build --release
1818
1919distribution : minimal-distribution
2020 cp -r bench herbie-compiled/
Original file line number Diff line number Diff line change 1313
1414(define egg-iters 5 )
1515(define ground-truth-iters 0 )
16- (define compute-accuracy-iters 0 )
1716(define egg-node-limit 20000 )
1817(define egg-match-limit 1000 )
19- (define HIGH-COST 100000000 )
2018;; Number of egraphs to run (independent samples)
2119(define egg-num-egraphs 2 )
22- ;; local error threshold for search
23- (define ERROR-THRESHOLD 0.0 )
2420
2521
2622;; var-intervals is a hash from variable names to
You can’t perform that action at this time.
0 commit comments