summaryrefslogtreecommitdiff
path: root/candle-core/src/op.rs
Commit message (Expand)AuthorAgeFilesLines
* 20241118 docs (#2629)zachcp2024-11-191-0/+2
* Add support for "sign" on tensors (#2012)Thomas Santerre2024-04-041-0/+36
* Optimize the gelu f16 opt. (#2008)Laurent Mazare2024-04-041-8/+11
* Prepare for the custom-op extension. (#1892)Laurent Mazare2024-03-211-152/+7
* Add grads for interpolate1d (#1742)Kirpal Grewal2024-02-221-1/+4
* feat: add silu activation function (#1706)OlivierDehaene2024-02-141-0/+73
* Upsample grad (#1420)KGrewal12023-12-101-1/+5
* Metal part 1 - Scaffolding for metal. (#1308)Nicolas Patry2023-11-101-1/+43
* Add support to UL2 model family (#1300)Juarez Bochi2023-11-091-1/+2
* feat: impl backprop for erf and gelu-erf (#1258)drbh2023-11-031-0/+2
* Add the conv-transpose1d op. (#1251)Laurent Mazare2023-11-031-0/+10
* Lazy detach. (#1242)Laurent Mazare2023-11-021-0/+4
* Add i64-abs. (#1216)Laurent Mazare2023-10-291-1/+34
* Add the rounding operators. (#1030)Laurent Mazare2023-10-041-0/+108
* Add slice-scatter. (#927)Laurent Mazare2023-09-221-0/+1
* Add the erf function. (#917)Laurent Mazare2023-09-211-0/+36
* Add an erf based gelu op (#900)Laurent Mazare2023-09-191-0/+36
* Add 1d upsampling. (#839)Laurent Mazare2023-09-131-0/+1
* Accelerate support for gelu. (#782)Laurent Mazare2023-09-081-0/+18
* Add tanh. (#675)Laurent Mazare2023-08-301-0/+3
* Add the powf op. (#664)Laurent Mazare2023-08-291-0/+1
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+3
* Add conv-transpose. (#635)Laurent Mazare2023-08-281-0/+9
* Fixes for clippy 1.72. (#587)Laurent Mazare2023-08-241-0/+2
* Add support for i64 (#563)Laurent Mazare2023-08-231-0/+24
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-0/+18
* Add the permute op (similar to pytorch). (#504)Laurent Mazare2023-08-181-0/+1
* Relax the requirements on CustomOp. (#486)Laurent Mazare2023-08-171-6/+15
* More accelerate optimizations (#427)Laurent Mazare2023-08-131-0/+30
* add max_pool2d (#371)LeeeSe2023-08-091-0/+7
* Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)Laurent Mazare2023-08-071-0/+15
* Add the recip op + use it in stable-diffusion. (#331)Laurent Mazare2023-08-061-0/+3
* Remove the embedding ops in favor of index-select. (#299)Laurent Mazare2023-08-021-1/+0
* Softmax numerical stability. (#267)Laurent Mazare2023-07-281-1/+0
* Rename exposed ops.Nicolas Patry2023-07-261-2/+2
* Add an abstract backprop op type (#240)Laurent Mazare2023-07-251-1/+61
* Add the copy op. (#227)Laurent Mazare2023-07-231-0/+1
* Add the gather op. (#219)Laurent Mazare2023-07-221-0/+2
* Start adding index-add.laurent2023-07-211-0/+1
* Add binary and ternary custom ops. (#217)Laurent Mazare2023-07-211-1/+84
* Custom ops with a single argument (#214)Laurent Mazare2023-07-211-4/+29
* Refactor the reduce ops in order to introduce argmin/argmax. (#212)Laurent Mazare2023-07-211-0/+14
* More realistic training setup. (#210)Laurent Mazare2023-07-201-0/+1
* Add the index-select op. (#209)Laurent Mazare2023-07-201-0/+1
* Op refactor (#208)Laurent Mazare2023-07-201-21/+33
* Add the comparison operations. (#207)Laurent Mazare2023-07-201-10/+19
* Add some more developed training examples. (#199)Laurent Mazare2023-07-191-0/+9
* Mklize more unary ops. (#191)Laurent Mazare2023-07-181-6/+53
* Use mkl to accelerate binary ops. (#190)Laurent Mazare2023-07-181-5/+33
* Preliminary support for mkl based gelu. (#187)Laurent Mazare2023-07-181-0/+29