Fettpet / DeepIterator

This project implements a trait based iterator.
4 stars 0 forks source link

Alpaka as optional dependency #54

Open Fettpet opened 6 years ago

Fettpet commented 6 years ago

Currently HDINLINE is defined in the hdinline.hpp. The alpaka library has functions and support for the HDINLINE. To benefit from this, the alpaka library should be a optional dependency. The following changes are necessary:

  1. Import Alpaka in the cmake and set variables
  2. change hdinline.hpp such that it can handle alpaka.