mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-19 16:48:10 +08:00
Fix overflow in large filter small channels (#2520)
This commit is contained in:

committed by
GitHub

parent
512281781c
commit
25c1e03205
@@ -83,7 +83,7 @@ struct Conv2DInputBlockLoaderSmallChannels {
|
||||
const constant MLXConvParams<2>* params;
|
||||
const constant ImplicitGemmConv2DParams* gemm_params;
|
||||
|
||||
short weight_hw;
|
||||
int weight_hw;
|
||||
|
||||
const device T* src[n_rows];
|
||||
|
||||
|
Reference in New Issue
Block a user