summaryrefslogtreecommitdiff
path: root/candle-core/src/device.rs
Commit message (Expand)AuthorAgeFilesLines
* 20241118 docs (#2629)zachcp2024-11-191-0/+1
* UG metal integration. (#2580)Laurent Mazare2024-10-271-0/+8
* Support for UG kernels. (#2579)Laurent Mazare2024-10-271-0/+8
* Add support for cuda streams. (#2532)Laurent Mazare2024-10-021-0/+4
* Use the new MLX kernels to handle the BF16 matmul. (#2470)Laurent Mazare2024-09-111-2/+2
* Revert the bf16 gemm metal changes for now. (#2386)Laurent Mazare2024-08-011-2/+2
* Use BF16 on metal when possible. (#2378)Laurent Mazare2024-08-011-0/+16
* Add StorageRef. (#2113)Laurent Mazare2024-04-231-0/+14
* Expose the synchronize function on the generic device. (#2062)Laurent Mazare2024-04-141-0/+8
* Add the alloc_uninit function. (#1901)Laurent Mazare2024-03-221-0/+17
* Async tensor copying. (#1900)Laurent Mazare2024-03-211-4/+4
* Implement randn (CPU-> device)Nicolas Patry2023-12-171-4/+3
* Tmp state.Nicolas Patry2023-11-201-1/+1
* Refactor to simplify our lives for settings the params in the encoder.Nicolas Patry2023-11-201-0/+1
* Remove tracing.Nicolas Patry2023-11-201-7/+3
* Metal part 1 - Scaffolding for metal.Nicolas Patry2023-11-201-3/+7
* Metal part 1 - Scaffolding for metal. (#1308)Nicolas Patry2023-11-101-9/+42
* Add a hack for generating random uniform/normal for f16/bf16. (#1228)Laurent Mazare2023-10-311-4/+16
* Create a new curand instead of reseeding. (#1089)Laurent Mazare2023-10-141-0/+7
* Handle arbitrary shapes in Tensor::new. (#718)Laurent Mazare2023-09-021-0/+23
* Cleanup the pyo3 setup. (#705)Laurent Mazare2023-09-011-1/+0
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+20
* Transpose the weight matrixes for llama2.c. (#321)Laurent Mazare2023-08-041-0/+7
* Improve the mnist training example. (#276)Laurent Mazare2023-07-291-14/+30
* Simplify Tensor::randn. (#255)Laurent Mazare2023-07-271-14/+15
* Add some 'cuda-if-available' helper function. (#172)Laurent Mazare2023-07-151-0/+8
* Implement the backend trait for the cpu backend. (#143)Laurent Mazare2023-07-121-4/+5
* Modular backends (#138)Laurent Mazare2023-07-111-7/+6
* Allow for uniform initialization in a single step. (#136)Laurent Mazare2023-07-111-3/+9
* Random initializers. (#128)Laurent Mazare2023-07-101-0/+32
* Refactor the hierarchy.Nicolas Patry2023-06-271-0/+159