summaryrefslogtreecommitdiff
path: root/candle-core/tests/conv_tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix for backprop in ConvTranspose2D with stride of 2 (#2337)Ivor Wanders2024-07-171-0/+97
* Backwards for ConvTranspose2D (#1910)Kirpal Grewal2024-03-231-7/+154
* Add support for conv_transpose2d on Metal backend (#1903)Thomas Santerre2024-03-211-69/+55
* Add support for conv_transpose1d for metal backend (#1874)Thomas Santerre2024-03-191-5/+0
* Optimize the cat operation on contiguous tensors (#1855)Laurent Mazare2024-03-171-51/+77
* Fast CPU kernel for transposed 1d convolutions. (#1822)Laurent Mazare2024-03-081-20/+24
* Bugfix for conv-transpose1d (#1734)Laurent Mazare2024-02-191-0/+14
* Support for groups in conv-transpose1d. (#1731)Laurent Mazare2024-02-181-1/+1
* ConvTranspose1d cuda support. (#1697)Laurent Mazare2024-02-121-11/+9
* Adding the test scaffolding.Nicolas Patry2023-11-201-7/+28
* Test for the transposed conv1d. (#1254)Laurent Mazare2023-11-031-0/+16
* Fix the conv2d gradient computation. (#1214)Laurent Mazare2023-10-291-0/+65
* Support dilation in conv-transpose2d. (#671)Laurent Mazare2023-08-301-0/+35
* Fix the dilated convolutions. (#659)Laurent Mazare2023-08-291-12/+12
* Dilated convolutions (#657)Laurent Mazare2023-08-291-13/+122
* Cuda conv transpose (#645)Laurent Mazare2023-08-281-69/+59
* Fix the cpu kernel for conv-transpose. (#643)Laurent Mazare2023-08-281-10/+44
* Backprop for conv2d. (#638)Laurent Mazare2023-08-281-0/+72
* Add conv-transpose. (#635)Laurent Mazare2023-08-281-0/+30
* Move the test-utils bits to a shared place. (#619)Laurent Mazare2023-08-271-2/+1
* Add to the cuda example a reproduction of the issue. (#579)Laurent Mazare2023-08-241-0/+36
* Add a test for conv2d with padding + bugfix the random number generation on c...Laurent Mazare2023-08-241-0/+12
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-7/+7
* Add a naive conv2d cuda kernel. (#438)Laurent Mazare2023-08-141-15/+11
* Fix the conv tests. (#409)Laurent Mazare2023-08-111-7/+5
* Conv1d test with padding. (#356)Laurent Mazare2023-08-091-0/+31
* Add some conv1d test + bugfix using padding. (#349)Laurent Mazare2023-08-081-0/+40
* Add some conv2d tests. (#347)Laurent Mazare2023-08-081-0/+113