summaryrefslogtreecommitdiff
path: root/candle-core/src/layout.rs
Commit message (Expand)AuthorAgeFilesLines
* 20241118 docs (#2629)zachcp2024-11-191-0/+1
* Add some fast Metal MLX SDPA kernels (#2584)Eric Buehler2024-11-051-0/+6
* Expose a couple layout methods. (#1816)Laurent Mazare2024-03-081-3/+3
* Retrieve more information from PyTorch checkpoints. (#515)Laurent Mazare2023-08-191-0/+8
* Add the permute op (similar to pytorch). (#504)Laurent Mazare2023-08-181-0/+25
* Broadcasting performance optimization (cpu) (#182)Laurent Mazare2023-07-171-0/+56
* Iteration over strided blocks (#175)Laurent Mazare2023-07-151-1/+32
* Add backtrace information to errors where relevant. (#166)Laurent Mazare2023-07-141-8/+13
* Cleanup the main crate error and add a couple dedicated ones (#142)Laurent Mazare2023-07-121-7/+13
* Get the cpu backend to compile.laurent2023-06-281-2/+2
* Propagate the changes on the cpu backend.laurent2023-06-281-0/+11
* Propagate the layout refactoring.laurent2023-06-281-3/+64
* Simplify the narrow implementation.laurent2023-06-281-1/+22
* Start refactoring the stride.laurent2023-06-281-0/+47