mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
fix: conv_general differences between gpu, cpu (#2070)
* fix general_conv padding * fix bugs * add test --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
@@ -3974,6 +3974,7 @@ array conv_general(
|
||||
to_stream(s),
|
||||
stride,
|
||||
padding_lo,
|
||||
padding_hi,
|
||||
kernel_dilation,
|
||||
input_dilation,
|
||||
groups,
|
||||
|
||||
Reference in New Issue
Block a user