microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Modify run-bench.py for work on vrelu3 #832

Closed dcrc2 closed 3 years ago

dcrc2 commented 3 years ago

Extracted from #762

This change turns off the testing of ks_fun and pt_nice when run via run-bench.py, focusing instead on comparing ks_compiled to pt_fast, because this is the goal of #762. Note that the vrelu3 example won't pass this test until the remainder of #762 is merged. But I've extracted the test changes first in order to better understand what we're aiming for.