File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6060
6161 # Test egglog mode
6262 - name : " Run Herbie with egglog"
63- run : racket -y infra/ci.rkt --enable generate: egglog --seed 0 bench/hamming/trigonometry.fpcore
63+ run : racket -y infra/ci.rkt --egglog --seed 0 bench/hamming/trigonometry.fpcore
6464
6565 # Test the egg-herbie Rust code
6666 - run : cd egg-herbie && cargo clippy --tests
Original file line number Diff line number Diff line change 101101 (define given-seed (read (open-input-string rs)))
102102 (when given-seed
103103 (set-seed! given-seed))]
104+ [("--egglog " ) (enable-flag! 'generate 'egglog )]
104105 [("--platform " ) platform "Which platform to use for tests " (*platform-name* platform)]
105106 [("--precision " ) prec "Which precision to use for tests " (*precision* (string->symbol prec))]
106107 [("--num-iters " )
You can’t perform that action at this time.
0 commit comments