Skip to content

Alpaka container and algorithm library #102

@erikzenker

Description

@erikzenker

A container somehow similar to the thrust::device vectors would reduce are code base again and should make
algorithms on its memory more safe. For HASEonGPU we only need a container equal to std::array. Therefore no dynamic size increase is necessary.

For the algorithm side, we need a reduce and exclusive scan/prefix sum algorithm. Based on alpaka buffers and a wrapper for the container would be perfect 😸

I would suggest to create a separate repository for this containers and algorithms. Name suggestions ? 🐯

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions