mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Winograd Update for Small batches (#1803)
* Build in padding to Winograd kernels * Add new fused Winograd kernel * Enable weight flipping in Winograd kernels
This commit is contained in:
@@ -3882,7 +3882,7 @@ array conv_general(
|
||||
|
||||
return array(
|
||||
std::move(out_shape),
|
||||
in.dtype(),
|
||||
out_type,
|
||||
std::make_shared<Convolution>(
|
||||
to_stream(s),
|
||||
stride,
|
||||
|
||||
Reference in New Issue
Block a user