Skip to content

Introdue a type alpaka::warp::mask_t #2615

@fwyzard

Description

@fwyzard

The type of the value returned by warp operations like ballot() and activemask() is different for different back-ends.

It would help to write generic code if alpaka would provide an alias for this type, for example

namespace alpaka::warp {
  template <typename TWarp>
  using mask_t = ...;
}

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