14 Nov
2025
14 Nov
'25
4:50 p.m.
From: Wenkai Lin <linwenkai6@hisilicon.com> Modify GATHER_ROW_BATCH_EMPTY_SIZE from 2 to 4 for hardware memory alignment. Signed-off-by: Wenkai Lin <linwenkai6@hisilicon.com> Signed-off-by: Zongyu Wu <wuzongyu1@huawei.com> --- drv/hisi_dae_join_gather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drv/hisi_dae_join_gather.c b/drv/hisi_dae_join_gather.c index dcbeed4..f3eeb95 100644 --- a/drv/hisi_dae_join_gather.c +++ b/drv/hisi_dae_join_gather.c @@ -29,7 +29,7 @@ #define HASH_TABLE_MAX_INDEX_NUM 15 #define HASH_TABLE_INDEX_SIZE 12 #define HASH_TABLE_EMPTY_SIZE 4 -#define GATHER_ROW_BATCH_EMPTY_SIZE 2 +#define GATHER_ROW_BATCH_EMPTY_SIZE 4 /* DAE hardware protocol data */ enum dae_join_stage { -- 2.33.0