Fix the input loading for small channels large filters

This commit is contained in:
Angelos Katharopoulos 2025-08-19 23:41:48 -07:00
parent cea9369610
commit 2581a9ab85

View File

@ -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];