summaryrefslogtreecommitdiff
path: root/candle-metal-kernels/src/indexing.metal
Commit message (Expand)AuthorAgeFilesLines
* add scatter add (#2656)zachcp2024-12-011-0/+1
* add u32 - U32 gather (#2653)zachcp2024-11-301-79/+80
* Add some missing index-select metal kernels. (#2613)Laurent Mazare2024-11-121-0/+4
* Support gather on bf16 for metal. (#2035)Laurent Mazare2024-04-101-0/+3
* Support i64 in index-select on metal. (#1951)Laurent Mazare2024-03-271-1/+7
* Add support for strided index-select on Metal (#1909)Thomas Santerre2024-03-221-7/+34
* add test for index add and add missing match statements (#1862)Thomas Santerre2024-03-171-15/+23
* Add support for index u8/i64 and input f16/bf16 scatter-add on metal (#1849)Thomas Santerre2024-03-171-2/+11
* feat(bf16): add cast support + tests for cast + bin ops (#1524)Kyle McCarthy2024-01-111-0/+3
* Use __HAVE_BFLOAT__ to check for bfloat support instead of metal version chec...ivarflakstad2024-01-101-1/+1
* Index add.Nicolas Patry2023-12-181-56/+55
* Scatter add.Nicolas Patry2023-12-181-5/+41
* Adding gather op.Nicolas Patry2023-12-171-15/+75
* Starting to fix some tests.Nicolas Patry2023-11-301-4/+5
* Fixing the kernels + launches to make them faster.Nicolas Patry2023-11-201-9/+5
* Adding indexing.Nicolas Patry2023-11-201-30/+28
* Refactor to simplify our lives for settings the params in the encoder.Nicolas Patry2023-11-201-0/+33
* Adding the actual backendNicolas Patry2023-11-201-0/+75