summaryrefslogtreecommitdiff
path: root/candle-metal-kernels/src/unary.metal
Commit message (Expand)AuthorAgeFilesLines
* Fix sigmoid gradient calculation and move sigmoid into a specialized op (#2114)MilkFather2024-04-291-0/+5
* Metal Unary: Add benchmarks and process kernels in a tile based fashion (#2056)Thomas Santerre2024-04-211-2/+15
* Add missing bfloat unary strided kernels and fix typo (#2058)ivarflakstad2024-04-141-1/+1
* Optimize copy-2d for metal. (#2024)Laurent Mazare2024-04-071-12/+8
* Add support for "sign" on tensors (#2012)Thomas Santerre2024-04-041-0/+2
* Optimize the cat operation on contiguous tensors (#1855)Laurent Mazare2024-03-171-0/+27
* feat: add silu activation function (#1706)OlivierDehaene2024-02-141-0/+5
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-1/+1
* Use __HAVE_BFLOAT__ to check for bfloat support instead of metal version chec...ivarflakstad2024-01-101-1/+1
* Add relu kernel for metal (#1488)Juarez Bochi2024-01-101-0/+8
* Metal: support unary abs (#1503)Gonzalo2023-12-301-0/+1
* Metal: i64 basic support (#1495)Gonzalo2023-12-291-0/+4
* fix bad pattern matching and function nameBaye Dieng2023-12-291-3/+3
* add urecip op to metal backendBaye Dieng2023-12-281-2/+5
* Adding the convolutions (1d + 2d) to candle on metal.Nicolas Patry2023-12-211-6/+6
* Renamed all kernel names.Nicolas Patry2023-12-151-6/+6
* Lots of updates including some stack of command buffers.nicolas2023-12-121-2/+4
* Fix gelu for large xJuarez Bochi2023-12-061-3/+8
* Starting to fix some tests.Nicolas Patry2023-11-301-1/+47
* Cleanup fixed a few ops removed debugging scaffolding.Nicolas Patry2023-11-201-0/+2
* Fixing the kernels + launches to make them faster.Nicolas Patry2023-11-201-14/+10
* Adding the actual backendNicolas Patry2023-11-201-0/+82