Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a metal kernel for col2im1d. (#2214) | Laurent Mazare | 2024-05-25 | 1 | -1/+64 |
* | Extend supported dtypes for metal (im2col & upsample_2d) (#1938) | Thomas Santerre | 2024-03-26 | 1 | -0/+8 |
* | Add support for conv_transpose2d on Metal backend (#1903) | Thomas Santerre | 2024-03-21 | 1 | -0/+86 |
* | Add support for conv_transpose1d for metal backend (#1874) | Thomas Santerre | 2024-03-19 | 1 | -0/+78 |
* | Add avg_pool2d metal implementation for the metal backend (#1869) | Thomas Santerre | 2024-03-18 | 1 | -0/+69 |
* | Add support for max_pool2d for Metal backend (#1863) | Thomas Santerre | 2024-03-18 | 1 | -0/+82 |
* | Adding upsample_nearest_2d. | Nicolas Patry | 2023-12-25 | 1 | -0/+60 |
* | Adding the convolutions (1d + 2d) to candle on metal. | Nicolas Patry | 2023-12-21 | 1 | -0/+153 |