Skip to content

Support for mixed precision in JACC.parallel_reduce #234

@tdehoff

Description

@tdehoff

I was using JACC.parallel_reduce to perform reductions on arrays of smaller integer types, such as Int8. In many cases, the result of such a reduction can overflow, so I need the accumulator to be a wider type, such as Int64.
Is it possible to support mixed-precision reductions, where the input array is of one type and the result is another?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions