L2 icon indicating copy to clipboard operation
L2 copied to clipboard

l2 is a fast, Pytorch-style Tensor+Autograd library written in Rust

Results 3 L2 issues
Sort by recently updated
recently updated
newest added

Currently, the BLAS implementation defaults to accelerate, the Apple one, which is macOS only. On top of preventing non macOS user to build the code as-is, it also causes the...

Given this is a library, `Cargo.lock` should not be committed, especially given that the BLAS src should be adapted to each people working on it. Cf: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

I believe `settings.json` should not be part of the repo.