mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-28 15:59:27 +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 MLXConvParams<2>* params;
|
||||||
const constant ImplicitGemmConv2DParams* gemm_params;
|
const constant ImplicitGemmConv2DParams* gemm_params;
|
||||||
|
|
||||||
short weight_hw;
|
int weight_hw;
|
||||||
|
|
||||||
const device T* src[n_rows];
|
const device T* src[n_rows];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user