index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
tensor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo (#2606)
Andrei Fajardo
2024-11-23
1
-1
/
+1
*
Add max-all/min-all. (#2616)
Laurent Mazare
2024-11-14
1
-0
/
+36
*
Testcases (#2567)
Anubhab Bandyopadhyay
2024-10-17
1
-3
/
+4
*
Improve error message (#2485)
ivnsch
2024-09-20
1
-1
/
+5
*
Add documentation examples for `Tensor::i` and `Tensor::narrow` methods (#2308)
Carsten Csiky
2024-08-10
1
-0
/
+75
*
Fix log_sum_exp to handle large positive/negative inputs (#2367)
Yun-Jhong Wu
2024-08-01
1
-3
/
+13
*
Add support for Llama 3.1 (#2359)
Eric Buehler
2024-07-26
1
-3
/
+3
*
Add StorageRef. (#2113)
Laurent Mazare
2024-04-23
1
-1
/
+9
*
Handle zero dims in some simple operations. (#2064)
Laurent Mazare
2024-04-15
1
-0
/
+21
*
Add support for "sign" on tensors (#2012)
Thomas Santerre
2024-04-04
1
-0
/
+1
*
More flexible matmul contiguity checks. (#1949)
Laurent Mazare
2024-03-27
1
-0
/
+10
*
Preliminary support for inplace ops. (#1921)
Laurent Mazare
2024-03-23
1
-0
/
+4
*
Add the alloc_uninit function. (#1901)
Laurent Mazare
2024-03-22
1
-4
/
+4
*
Prepare for the custom-op extension. (#1892)
Laurent Mazare
2024-03-21
1
-93
/
+1
*
Avoid copying the data on squeeze and unsqueeze. (#1884)
Laurent Mazare
2024-03-20
1
-2
/
+27
*
Optimize the cat operation on contiguous tensors (#1855)
Laurent Mazare
2024-03-17
1
-147
/
+1
*
Add grads for interpolate1d (#1742)
Kirpal Grewal
2024-02-22
1
-1
/
+1
*
feat: add silu activation function (#1706)
OlivierDehaene
2024-02-14
1
-0
/
+1
*
Detach the tensors on batch-norm eval. (#1702)
Laurent Mazare
2024-02-13
1
-3
/
+3
*
Fix clippy lints. (#1667)
Laurent Mazare
2024-02-06
1
-4
/
+5
*
add roll function to tensor (#1666)
Jiayu Liu
2024-02-06
1
-0
/
+28
*
Add the pow operator. (#1583)
Laurent Mazare
2024-01-13
1
-1
/
+11
*
Validate the kernel size in pooling ops. (#1473)
Laurent Mazare
2023-12-23
1
-12
/
+16
*
Merge pull request #1318 from huggingface/metal4
Nicolas Patry
2023-12-20
1
-4
/
+1
|
\
|
*
More cleanup.
Nicolas Patry
2023-12-15
1
-4
/
+1
|
*
Lots of updates including some stack of command buffers.
nicolas
2023-12-12
1
-1
/
+1
*
|
Add a simple full method. (#1455)
Laurent Mazare
2023-12-17
1
-0
/
+10
*
|
Fix a couple typos (#1451)
Laurent Mazare
2023-12-17
1
-2
/
+2
*
|
Add logsumexp function (#1424)
Wenqing Zong
2023-12-12
1
-0
/
+7
*
|
Upsample grad (#1420)
KGrewal1
2023-12-10
1
-1
/
+5
|
/
*
Add a basic implementation for slice-assign. (#1377)
Laurent Mazare
2023-11-26
1
-0
/
+58
*
Cleanup fixed a few ops removed debugging scaffolding.
Nicolas Patry
2023-11-20
1
-8
/
+5
*
Tmp state.
Nicolas Patry
2023-11-20
1
-1
/
+7
*
Refactor to simplify our lives for settings the params in the encoder.
Nicolas Patry
2023-11-20
1
-0
/
+4
*
Add a simple implementation of cumsum. (#1334)
Laurent Mazare
2023-11-15
1
-0
/
+22
*
Add the tril/triu/eye ops. (#1333)
Laurent Mazare
2023-11-15
1
-0
/
+24
*
Add the var method. (#1315)
Laurent Mazare
2023-11-10
1
-0
/
+14
*
Metal part 1 - Scaffolding for metal. (#1308)
Nicolas Patry
2023-11-10
1
-1
/
+8
*
[ONNX] Support a couple more ops. (#1284)
Laurent Mazare
2023-11-06
1
-0
/
+23
*
Lazy detach. (#1242)
Laurent Mazare
2023-11-02
1
-10
/
+16
*
Support negative steps in arange. (#1218)
Laurent Mazare
2023-10-30
1
-3
/
+13
*
Allow for different behavior between training and eval (#1213)
Laurent Mazare
2023-10-29
1
-0
/
+5
*
Add some missing backtraces. (#1193)
Laurent Mazare
2023-10-27
1
-6
/
+12
*
Enable the test for meshgrid + fix the implementation. (#1175)
Laurent Mazare
2023-10-25
1
-24
/
+28
*
Implemented meshgrid (#1174)
Wouter Doppenberg
2023-10-25
1
-0
/
+63
*
Expose the track-op method. (#1148)
Laurent Mazare
2023-10-22
1
-1
/
+1
*
Add get_on_dim. (#1142)
Laurent Mazare
2023-10-21
1
-0
/
+18
*
Add pad_with_same. (#1127)
Laurent Mazare
2023-10-18
1
-0
/
+40
*
Better error message when overflowing in narrow. (#1119)
Laurent Mazare
2023-10-18
1
-9
/
+17
*
Use full tensors for zeros and ones (#1071)
Laurent Mazare
2023-10-11
1
-16
/
+6
[next]