ComputationalRadiationPhysics / jungfrau-photoncounter

Conversion of Jungfrau pixel detector data to photon count rate
GNU General Public License v3.0
2 stars 2 forks source link

Match latest Alpaka #55

Closed j-stephan closed 5 years ago

j-stephan commented 5 years ago

Alpaka's API has changed in the past weeks, this needs to be integrated here. Example: I am producing the following error while compiling Filecache.cpp:

Filecache.hpp:55:20: error: no type named 'QueueCpuSync' in namespace 'alpaka::queue'
    alpaka::queue::QueueCpuSync streamBuf =
    ~~~~~~~~~~~~~~~^

QueueCpuSync is now called QueueCpuBlocking.