mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-28 06:07:46 +08:00
Fix the input loading for small channels large filters
This commit is contained in:
parent
cea9369610
commit
2581a9ab85
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user