summaryrefslogtreecommitdiff
path: root/candle-core/src/backend.rs
Commit message (Expand)AuthorAgeFilesLines
* 20241118 docs (#2629)zachcp2024-11-191-0/+2
* Add StorageRef. (#2113)Laurent Mazare2024-04-231-0/+2
* Add a synchronize method to devices. (#2055)Laurent Mazare2024-04-141-0/+3
* Add the alloc_uninit function. (#1901)Laurent Mazare2024-03-221-0/+6
* Async tensor copying. (#1900)Laurent Mazare2024-03-211-0/+2
* Optimize the cat operation on contiguous tensors (#1855)Laurent Mazare2024-03-171-0/+13
* Add the conv-transpose1d op. (#1251)Laurent Mazare2023-11-031-0/+8
* Make the cuda rng seedable. (#1056)Laurent Mazare2023-10-081-0/+2
* Add 1d upsampling. (#839)Laurent Mazare2023-09-131-0/+1
* Add the powf op. (#664)Laurent Mazare2023-08-291-0/+2
* Add conv-transpose. (#635)Laurent Mazare2023-08-281-0/+8
* add max_pool2d (#371)LeeeSe2023-08-091-0/+1
* Add more conv2d support. (#340)Laurent Mazare2023-08-081-0/+8
* CPU implementation for upsample-nearest2d. (#339)Laurent Mazare2023-08-071-0/+1
* Some CLIP fixes for stable diffusion. (#338)Laurent Mazare2023-08-071-0/+2
* Remove the embedding ops in favor of index-select. (#299)Laurent Mazare2023-08-021-1/+0
* Softmax numerical stability. (#267)Laurent Mazare2023-07-281-2/+0
* Add the gather op. (#219)Laurent Mazare2023-07-221-0/+10
* Start adding index-add.laurent2023-07-211-0/+9
* Custom ops with a single argument (#214)Laurent Mazare2023-07-211-2/+2
* Add the index-select op. (#209)Laurent Mazare2023-07-201-0/+1
* Op refactor (#208)Laurent Mazare2023-07-201-4/+3
* Add the comparison operations. (#207)Laurent Mazare2023-07-201-1/+4
* Add some more developed training examples. (#199)Laurent Mazare2023-07-191-1/+1
* Implement the backend trait for the cpu backend. (#143)Laurent Mazare2023-07-121-0/+1
* Modular backends (#138)Laurent Mazare2023-07-111-0/+71