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.
Extracted from #762
This change turns off the testing of
ks_fun
andpt_nice
when run viarun-bench.py
, focusing instead on comparingks_compiled
topt_fast
, because this is the goal of #762. Note that thevrelu3
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.