Skip to content

[FEA]: Add functions to cub::WarpScan that operate on array of elements #9538

Description

@fkallen

Is this a duplicate?

Area

CUB

Is your feature request related to a problem? Please describe.

For example, cub::BlockScan provides

ExclusiveSum(
    T (&input)[ITEMS_PER_THREAD],
    T (&output)[ITEMS_PER_THREAD]
)

but cub::WarpScan does not.

Describe the solution you'd like

Provide functions that operate on multiple elements.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

needs triageIssues that require the team's attention

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions