summaryrefslogtreecommitdiff
path: root/candle-core/tests/tensor_tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a slice_set op. (#2193)Laurent Mazare2024-05-181-0/+25
* Add a sort function. (#2134)Laurent Mazare2024-04-281-0/+18
* Add argsort. (#2132)Laurent Mazare2024-04-271-0/+17
* Handle zero dims in some simple operations. (#2064)Laurent Mazare2024-04-151-0/+22
* Add support for "sign" on tensors (#2012)Thomas Santerre2024-04-041-0/+8
* Fix the matmul layout for accelerate & mkl. (#2011)Laurent Mazare2024-04-041-9/+4
* Optimize the gelu f16 opt. (#2008)Laurent Mazare2024-04-041-0/+8
* Improve the handling of matmul with squeezed layouts. (#1998)Laurent Mazare2024-04-021-100/+0
* Support i64 in index-select on metal. (#1951)Laurent Mazare2024-03-271-37/+42
* More flexible matmul contiguity checks. (#1949)Laurent Mazare2024-03-271-0/+25
* Optimize the cat operation on contiguous tensors (#1855)Laurent Mazare2024-03-171-0/+25
* Metal random-generation bug fixes (#1811)Niklas Hallqvist2024-03-081-0/+25
* feat: add silu activation function (#1706)OlivierDehaene2024-02-141-0/+7
* Add the pow operator. (#1583)Laurent Mazare2024-01-131-2/+14
* Add a simple full method. (#1455)Laurent Mazare2023-12-171-0/+9
* Fix the logsumexp test. (#1426)Laurent Mazare2023-12-121-11/+9
* Add logsumexp function (#1424)Wenqing Zong2023-12-121-1/+26
* Missing new test.Nicolas Patry2023-11-201-0/+1
* Adding the test scaffolding.Nicolas Patry2023-11-201-29/+53
* Add a simple implementation of cumsum. (#1334)Laurent Mazare2023-11-151-0/+27
* Add the tril/triu/eye ops. (#1333)Laurent Mazare2023-11-151-0/+35
* Add the var method. (#1315)Laurent Mazare2023-11-101-0/+17
* Support negative steps in arange. (#1218)Laurent Mazare2023-10-301-0/+20
* Add i64-abs. (#1216)Laurent Mazare2023-10-291-0/+8
* Add pad_with_same. (#1127)Laurent Mazare2023-10-181-0/+16
* Add the round-to function. (#1039)Laurent Mazare2023-10-051-0/+9
* fix: fix index_select cuda kernel for src target dim different than ids dim w...Gonzalo2023-10-051-0/+9
* Add the rounding operators. (#1030)Laurent Mazare2023-10-041-0/+12
* Fix for the index-select cuda setup. (#1022)Laurent Mazare2023-10-031-0/+15
* fix: add missing gpu fill_* (#996)Gonzalo2023-09-291-0/+26
* Add slice-scatter. (#927)Laurent Mazare2023-09-221-0/+43
* Add the erf function. (#917)Laurent Mazare2023-09-211-0/+7
* Add an erf based gelu op (#900)Laurent Mazare2023-09-191-1/+22
* Scalar support in minimum/maximum. (#832)Laurent Mazare2023-09-131-0/+12
* Fix cuda randn when generating an odd number of values. (#793)Laurent Mazare2023-09-091-0/+9
* Move the test-utils bits to a shared place. (#619)Laurent Mazare2023-08-271-2/+1
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-2/+13
* Add a broadcast variant to matmul. (#523)Laurent Mazare2023-08-201-0/+20
* Further randn tweaks: use the appropriate rng rather than the f64 one, some c...Laurent Mazare2023-08-101-18/+11
* Fix randn cpu (#382)Lei2023-08-101-0/+18
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
* Remove the embedding ops in favor of index-select. (#299)Laurent Mazare2023-08-021-1/+1
* Use index-select for the embeddings as it supports backprop. (#298)Laurent Mazare2023-08-011-0/+2
* Cuda support for the mnist training. (#277)Laurent Mazare2023-07-291-0/+276
* Softmax numerical stability. (#267)Laurent Mazare2023-07-281-38/+0
* Add a test for scatter add. (#238)Laurent Mazare2023-07-251-0/+41
* Add some testing for index-add (#237)Laurent Mazare2023-07-251-0/+44
* Indexing cuda (#235)Laurent Mazare2023-07-241-4/+35
* Add some cmp tests. (#233)Laurent Mazare2023-07-241-0/+13
* Cleanup some todos. (#226)Laurent Mazare2023-07-231-2/+5