index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
op.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
20241118 docs (#2629)
zachcp
2024-11-19
1
-0
/
+2
*
Add support for "sign" on tensors (#2012)
Thomas Santerre
2024-04-04
1
-0
/
+36
*
Optimize the gelu f16 opt. (#2008)
Laurent Mazare
2024-04-04
1
-8
/
+11
*
Prepare for the custom-op extension. (#1892)
Laurent Mazare
2024-03-21
1
-152
/
+7
*
Add grads for interpolate1d (#1742)
Kirpal Grewal
2024-02-22
1
-1
/
+4
*
feat: add silu activation function (#1706)
OlivierDehaene
2024-02-14
1
-0
/
+73
*
Upsample grad (#1420)
KGrewal1
2023-12-10
1
-1
/
+5
*
Metal part 1 - Scaffolding for metal. (#1308)
Nicolas Patry
2023-11-10
1
-1
/
+43
*
Add support to UL2 model family (#1300)
Juarez Bochi
2023-11-09
1
-1
/
+2
*
feat: impl backprop for erf and gelu-erf (#1258)
drbh
2023-11-03
1
-0
/
+2
*
Add the conv-transpose1d op. (#1251)
Laurent Mazare
2023-11-03
1
-0
/
+10
*
Lazy detach. (#1242)
Laurent Mazare
2023-11-02
1
-0
/
+4
*
Add i64-abs. (#1216)
Laurent Mazare
2023-10-29
1
-1
/
+34
*
Add the rounding operators. (#1030)
Laurent Mazare
2023-10-04
1
-0
/
+108
*
Add slice-scatter. (#927)
Laurent Mazare
2023-09-22
1
-0
/
+1
*
Add the erf function. (#917)
Laurent Mazare
2023-09-21
1
-0
/
+36
*
Add an erf based gelu op (#900)
Laurent Mazare
2023-09-19
1
-0
/
+36
*
Add 1d upsampling. (#839)
Laurent Mazare
2023-09-13
1
-0
/
+1
*
Accelerate support for gelu. (#782)
Laurent Mazare
2023-09-08
1
-0
/
+18
*
Add tanh. (#675)
Laurent Mazare
2023-08-30
1
-0
/
+3
*
Add the powf op. (#664)
Laurent Mazare
2023-08-29
1
-0
/
+1
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-0
/
+3
*
Add conv-transpose. (#635)
Laurent Mazare
2023-08-28
1
-0
/
+9
*
Fixes for clippy 1.72. (#587)
Laurent Mazare
2023-08-24
1
-0
/
+2
*
Add support for i64 (#563)
Laurent Mazare
2023-08-23
1
-0
/
+24
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
1
-0
/
+18
*
Add the permute op (similar to pytorch). (#504)
Laurent Mazare
2023-08-18
1
-0
/
+1
*
Relax the requirements on CustomOp. (#486)
Laurent Mazare
2023-08-17
1
-6
/
+15
*
More accelerate optimizations (#427)
Laurent Mazare
2023-08-13
1
-0
/
+30
*
add max_pool2d (#371)
LeeeSe
2023-08-09
1
-0
/
+7
*
Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)
Laurent Mazare
2023-08-07
1
-0
/
+15
*
Add the recip op + use it in stable-diffusion. (#331)
Laurent Mazare
2023-08-06
1
-0
/
+3
*
Remove the embedding ops in favor of index-select. (#299)
Laurent Mazare
2023-08-02
1
-1
/
+0
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-1
/
+0
*
Rename exposed ops.
Nicolas Patry
2023-07-26
1
-2
/
+2
*
Add an abstract backprop op type (#240)
Laurent Mazare
2023-07-25
1
-1
/
+61
*
Add the copy op. (#227)
Laurent Mazare
2023-07-23
1
-0
/
+1
*
Add the gather op. (#219)
Laurent Mazare
2023-07-22
1
-0
/
+2
*
Start adding index-add.
laurent
2023-07-21
1
-0
/
+1
*
Add binary and ternary custom ops. (#217)
Laurent Mazare
2023-07-21
1
-1
/
+84
*
Custom ops with a single argument (#214)
Laurent Mazare
2023-07-21
1
-4
/
+29
*
Refactor the reduce ops in order to introduce argmin/argmax. (#212)
Laurent Mazare
2023-07-21
1
-0
/
+14
*
More realistic training setup. (#210)
Laurent Mazare
2023-07-20
1
-0
/
+1
*
Add the index-select op. (#209)
Laurent Mazare
2023-07-20
1
-0
/
+1
*
Op refactor (#208)
Laurent Mazare
2023-07-20
1
-21
/
+33
*
Add the comparison operations. (#207)
Laurent Mazare
2023-07-20
1
-10
/
+19
*
Add some more developed training examples. (#199)
Laurent Mazare
2023-07-19
1
-0
/
+9
*
Mklize more unary ops. (#191)
Laurent Mazare
2023-07-18
1
-6
/
+53
*
Use mkl to accelerate binary ops. (#190)
Laurent Mazare
2023-07-18
1
-5
/
+33
*
Preliminary support for mkl based gelu. (#187)
Laurent Mazare
2023-07-18
1
-0
/
+29
[next]