ahrefs / ocannl

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

Simplify `Tnode.task.work` once ppx_minidebug supports domain-local debug runtimes #276

Closed lukstafi closed 2 months ago

lukstafi commented 3 months ago

Passing the debug runtime is: bloat, distracting, and not particularly safe (easy to forget / miss).

lukstafi commented 2 months ago

This is done for a while now.