ocannl
ocannl copied to clipboard
Anything we can learn from `krnl` and `autograph`?
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.