summaryrefslogtreecommitdiff
path: root/candle-core/src/cpu_backend/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* 20241118 docs (#2629)zachcp2024-11-191-0/+1
* Fix the fast bf16 gemm cublas kernels. (#2274)Laurent Mazare2024-06-181-1/+2
* More efficient cuda implementation for ConvTranspose1d. (#2211)Laurent Mazare2024-05-241-2/+2
* Add StorageRef. (#2113)Laurent Mazare2024-04-231-0/+15
* Add a synchronize method to devices. (#2055)Laurent Mazare2024-04-141-0/+4
* Fix the matmul layout for accelerate & mkl. (#2011)Laurent Mazare2024-04-041-4/+4
* Improve the handling of matmul with squeezed layouts. (#1998)Laurent Mazare2024-04-021-38/+27
* Backend refactoring. (#1966)Laurent Mazare2024-03-291-0/+2652