Skip to content

Implement alpaka::Dev<Tag> #2553

@fwyzard

Description

@fwyzard

To get the device type corresponding to a given Tag we have to do something like

using Device = alpaka::Dev<alpaka::TagToAcc<Tag, Dim1D, uint32_t>>;

It would be cleaner to implement alpaka::Dev<Tag>, so we could do simply

using Device = alpaka::Dev<Tag>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions