ahrefs / ocannl

OCANNL: OCaml Compiles Algorithms for Neural Networks Learning
BSD 2-Clause "Simplified" License
67 stars 2 forks source link

Fix: Apply bindings before sending to worker #235

Closed lukstafi closed 8 months ago

lukstafi commented 8 months ago

Apply bindings of a jitted function, except time last unit, and send that closure to the worker. Otherwise the bindings can get out of sync (change before being passed).