mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00

* im2col implementation for conv2d. * Fix for the im2col implementation to match the current conv2d. * Small optimization. * Add a cuda kernel. * Handle arbitrary layouts. * Im2Col cuda code.