ahrefs / ocannl

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

Anything we can learn from `krnl` and `autograph`? #277

Open lukstafi opened 3 months ago

lukstafi commented 3 months ago

Another NNs framework in Rust:

https://github.com/charles-r-earp/krnl -- "Similar functionality to CUDA and OpenCL." https://github.com/charles-r-earp/autograph -- "Host and device execution. Tensors, models, and optimizers can be serialized."

Compare / contrast with Luminal.