index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
tests
/
tensor_tests.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a slice_set op. (#2193)
Laurent Mazare
2024-05-18
1
-0
/
+25
*
Add a sort function. (#2134)
Laurent Mazare
2024-04-28
1
-0
/
+18
*
Add argsort. (#2132)
Laurent Mazare
2024-04-27
1
-0
/
+17
*
Handle zero dims in some simple operations. (#2064)
Laurent Mazare
2024-04-15
1
-0
/
+22
*
Add support for "sign" on tensors (#2012)
Thomas Santerre
2024-04-04
1
-0
/
+8
*
Fix the matmul layout for accelerate & mkl. (#2011)
Laurent Mazare
2024-04-04
1
-9
/
+4
*
Optimize the gelu f16 opt. (#2008)
Laurent Mazare
2024-04-04
1
-0
/
+8
*
Improve the handling of matmul with squeezed layouts. (#1998)
Laurent Mazare
2024-04-02
1
-100
/
+0
*
Support i64 in index-select on metal. (#1951)
Laurent Mazare
2024-03-27
1
-37
/
+42
*
More flexible matmul contiguity checks. (#1949)
Laurent Mazare
2024-03-27
1
-0
/
+25
*
Optimize the cat operation on contiguous tensors (#1855)
Laurent Mazare
2024-03-17
1
-0
/
+25
*
Metal random-generation bug fixes (#1811)
Niklas Hallqvist
2024-03-08
1
-0
/
+25
*
feat: add silu activation function (#1706)
OlivierDehaene
2024-02-14
1
-0
/
+7
*
Add the pow operator. (#1583)
Laurent Mazare
2024-01-13
1
-2
/
+14
*
Add a simple full method. (#1455)
Laurent Mazare
2023-12-17
1
-0
/
+9
*
Fix the logsumexp test. (#1426)
Laurent Mazare
2023-12-12
1
-11
/
+9
*
Add logsumexp function (#1424)
Wenqing Zong
2023-12-12
1
-1
/
+26
*
Missing new test.
Nicolas Patry
2023-11-20
1
-0
/
+1
*
Adding the test scaffolding.
Nicolas Patry
2023-11-20
1
-29
/
+53
*
Add a simple implementation of cumsum. (#1334)
Laurent Mazare
2023-11-15
1
-0
/
+27
*
Add the tril/triu/eye ops. (#1333)
Laurent Mazare
2023-11-15
1
-0
/
+35
*
Add the var method. (#1315)
Laurent Mazare
2023-11-10
1
-0
/
+17
*
Support negative steps in arange. (#1218)
Laurent Mazare
2023-10-30
1
-0
/
+20
*
Add i64-abs. (#1216)
Laurent Mazare
2023-10-29
1
-0
/
+8
*
Add pad_with_same. (#1127)
Laurent Mazare
2023-10-18
1
-0
/
+16
*
Add the round-to function. (#1039)
Laurent Mazare
2023-10-05
1
-0
/
+9
*
fix: fix index_select cuda kernel for src target dim different than ids dim w...
Gonzalo
2023-10-05
1
-0
/
+9
*
Add the rounding operators. (#1030)
Laurent Mazare
2023-10-04
1
-0
/
+12
*
Fix for the index-select cuda setup. (#1022)
Laurent Mazare
2023-10-03
1
-0
/
+15
*
fix: add missing gpu fill_* (#996)
Gonzalo
2023-09-29
1
-0
/
+26
*
Add slice-scatter. (#927)
Laurent Mazare
2023-09-22
1
-0
/
+43
*
Add the erf function. (#917)
Laurent Mazare
2023-09-21
1
-0
/
+7
*
Add an erf based gelu op (#900)
Laurent Mazare
2023-09-19
1
-1
/
+22
*
Scalar support in minimum/maximum. (#832)
Laurent Mazare
2023-09-13
1
-0
/
+12
*
Fix cuda randn when generating an odd number of values. (#793)
Laurent Mazare
2023-09-09
1
-0
/
+9
*
Move the test-utils bits to a shared place. (#619)
Laurent Mazare
2023-08-27
1
-2
/
+1
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
1
-2
/
+13
*
Add a broadcast variant to matmul. (#523)
Laurent Mazare
2023-08-20
1
-0
/
+20
*
Further randn tweaks: use the appropriate rng rather than the f64 one, some c...
Laurent Mazare
2023-08-10
1
-18
/
+11
*
Fix randn cpu (#382)
Lei
2023-08-10
1
-0
/
+18
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Remove the embedding ops in favor of index-select. (#299)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Use index-select for the embeddings as it supports backprop. (#298)
Laurent Mazare
2023-08-01
1
-0
/
+2
*
Cuda support for the mnist training. (#277)
Laurent Mazare
2023-07-29
1
-0
/
+276
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-38
/
+0
*
Add a test for scatter add. (#238)
Laurent Mazare
2023-07-25
1
-0
/
+41
*
Add some testing for index-add (#237)
Laurent Mazare
2023-07-25
1
-0
/
+44
*
Indexing cuda (#235)
Laurent Mazare
2023-07-24
1
-4
/
+35
*
Add some cmp tests. (#233)
Laurent Mazare
2023-07-24
1
-0
/
+13
*
Cleanup some todos. (#226)
Laurent Mazare
2023-07-23
1
-2
/
+5
[next]