Support array and map argument in array_aggregate#15149
Conversation
Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
Greptile SummaryThis PR enables ARRAY and MAP element types in the
Confidence Score: 5/5Safe to merge — the change is a minimal TypeSig unlock in GpuOverrides with no modifications to the GPU execution path itself. The TypeSig change is a single-line addition that unblocks a code path already implemented and validated by GpuArrayAggregateMeta / ArrayAggregateDecomposer. The accumulator types remain scalar-only. Four new integration tests verify GPU execution. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "add test coverage" | Re-trigger Greptile |
Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
|
build |
Fixes #15147.
Description
This PR adds array and map type support in array_aggregate overrides. It has been implemented but never been enbaled in GpuOverriedes.
Also added some integration tests.
Checklists
Documentation
Testing
(Please provide the names of the existing tests in the PR description.)
Performance