Skip to content

[FEA]: thrust::reduce needs no_sync version #4264

@zcbenz

Description

@zcbenz

Is this a duplicate?

Area

Thrust

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

Existing thrust::reduce APIs all return the result in host, which means the call is always synchronous even when using par_nosync.

Describe the solution you'd like

There should be a version that takes a output iterator.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions