index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-metal-kernels
/
src
/
unary.metal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for metal tanh. (#2475)
Laurent Mazare
2024-09-13
1
-3
/
+8
*
Fix sigmoid gradient calculation and move sigmoid into a specialized op (#2114)
MilkFather
2024-04-29
1
-0
/
+5
*
Metal Unary: Add benchmarks and process kernels in a tile based fashion (#2056)
Thomas Santerre
2024-04-21
1
-2
/
+15
*
Add missing bfloat unary strided kernels and fix typo (#2058)
ivarflakstad
2024-04-14
1
-1
/
+1
*
Optimize copy-2d for metal. (#2024)
Laurent Mazare
2024-04-07
1
-12
/
+8
*
Add support for "sign" on tensors (#2012)
Thomas Santerre
2024-04-04
1
-0
/
+2
*
Optimize the cat operation on contiguous tensors (#1855)
Laurent Mazare
2024-03-17
1
-0
/
+27
*
feat: add silu activation function (#1706)
OlivierDehaene
2024-02-14
1
-0
/
+5
*
Quantized GGUF style (#1523)
Nicolas Patry
2024-01-17
1
-1
/
+1
*
Use __HAVE_BFLOAT__ to check for bfloat support instead of metal version chec...
ivarflakstad
2024-01-10
1
-1
/
+1
*
Add relu kernel for metal (#1488)
Juarez Bochi
2024-01-10
1
-0
/
+8
*
Metal: support unary abs (#1503)
Gonzalo
2023-12-30
1
-0
/
+1
*
Metal: i64 basic support (#1495)
Gonzalo
2023-12-29
1
-0
/
+4
*
fix bad pattern matching and function name
Baye Dieng
2023-12-29
1
-3
/
+3
*
add urecip op to metal backend
Baye Dieng
2023-12-28
1
-2
/
+5
*
Adding the convolutions (1d + 2d) to candle on metal.
Nicolas Patry
2023-12-21
1
-6
/
+6
*
Renamed all kernel names.
Nicolas Patry
2023-12-15
1
-6
/
+6
*
Lots of updates including some stack of command buffers.
nicolas
2023-12-12
1
-2
/
+4
*
Fix gelu for large x
Juarez Bochi
2023-12-06
1
-3
/
+8
*
Starting to fix some tests.
Nicolas Patry
2023-11-30
1
-1
/
+47
*
Cleanup fixed a few ops removed debugging scaffolding.
Nicolas Patry
2023-11-20
1
-0
/
+2
*
Fixing the kernels + launches to make them faster.
Nicolas Patry
2023-11-20
1
-14
/
+10
*
Adding the actual backend
Nicolas Patry
2023-11-20
1
-0
/
+82