-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Milestone
Description
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 ? 🐯