microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Ensure compiled as well #1007

Closed cgravill closed 3 years ago

cgravill commented 3 years ago

The tests have an ordering dependency, as some parts assume compilation has happened. Try ensuring compilation has happened for this call as well. Any performance implication?

To reproduce the issue:

pytest test/ts2k/test_torch_frontend.py -k "test_ts2k_relux_grad"

cgravill commented 3 years ago

~blocked on #1008~

cgravill commented 3 years ago

Great thanks! Will merge and see how it goes overnight.

cgravill commented 3 years ago

Overnight runs are working again, so this is good for now.