summaryrefslogtreecommitdiff
path: root/candle-metal-kernels/src/cast.metal
Commit message (Expand)AuthorAgeFilesLines
* add support for casting between all datatypes (#1860)Thomas Santerre2024-03-171-9/+42
* remove metal version checkBaye Dieng2024-01-111-2/+0
* close ifdefBaye Dieng2024-01-111-1/+1
* feat(bf16): add cast support + tests for cast + bin ops (#1524)Kyle McCarthy2024-01-111-2/+38
* Use __HAVE_BFLOAT__ to check for bfloat support instead of metal version chec...ivarflakstad2024-01-101-1/+1
* Adding bfloat16 support for the cast kernels. (#1520)Nicolas Patry2024-01-041-0/+2
* Metal: i64 basic support (#1495)Gonzalo2023-12-291-0/+6
* Missing cast.Nicolas Patry2023-12-181-0/+1
* Starting to fix some tests.Nicolas Patry2023-11-301-7/+11
* Fixing the kernels + launches to make them faster.Nicolas Patry2023-11-201-16/+9
* Adding the actual backendNicolas Patry2023-11-201-0/+58