microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Benchmark "vjp", not "backward". #949

Open awf opened 3 years ago

awf commented 3 years ago

We actually implement something more akin to Torch's vjp, so we should benchmark against that. Later, #768, we will be competing against nn.Module.forward/backward, and should time those too.