summaryrefslogtreecommitdiff
path: root/candle-core/tests/custom_op_tests.rs
Commit message (Expand)AuthorAgeFilesLines
* UG metal integration. (#2580)Laurent Mazare2024-10-271-5/+11
* Support for UG kernels. (#2579)Laurent Mazare2024-10-271-0/+30
* Preliminary support for inplace ops. (#1921)Laurent Mazare2024-03-231-0/+31
* Move the test-utils bits to a shared place. (#619)Laurent Mazare2023-08-271-3/+1
* Relax the requirements on CustomOp. (#486)Laurent Mazare2023-08-171-3/+3
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-6/+6
* Add binary and ternary custom ops. (#217)Laurent Mazare2023-07-211-2/+2
* Use a macro to handle the dtype pattern matching. (#215)Laurent Mazare2023-07-211-57/+16
* Custom ops with a single argument (#214)Laurent Mazare2023-07-211-0/+157