summaryrefslogtreecommitdiff
path: root/candle-metal-kernels/src/binary.metal
Commit message (Collapse)AuthorAgeFilesLines
* update dtypes checks for several metal operations (#2010)Thomas Santerre2024-04-041-6/+16
|
* Fixes metal kernel u8 typeGonzalo2024-01-171-1/+1
|
* Use __HAVE_BFLOAT__ to check for bfloat support instead of metal version ↵ivarflakstad2024-01-101-1/+1
| | | | check (#1540)
* Metal: more u8/u32 (#1502)Gonzalo2023-12-291-2/+6
| | | | | * Adds more metal u8 * Metal: more u32
* Metal: i64 basic support (#1495)Gonzalo2023-12-291-0/+21
| | | | | * Adds basic metal i64 support * metal copy i64
* Adding CMPNicolas Patry2023-12-171-12/+23
|
* Finish reduce kernels.Nicolas Patry2023-12-171-0/+7
|
* Renamed all kernel names.Nicolas Patry2023-12-151-3/+3
|
* Tmp state.Nicolas Patry2023-11-201-1/+1
|
* Fixing the kernels + launches to make them faster.Nicolas Patry2023-11-201-18/+12
| | | | | | Cool work by @ivarflakstad Co-authored-by: Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com>
* Adding the actual backendNicolas Patry2023-11-201-0/+78