alpaka-group / cupla

C++ User interface for the Platform independent Library Alpaka :arrows_clockwise:
Other
37 stars 18 forks source link

update alpaka to the latest dev #67

Closed psychocoderHPC closed 7 years ago

psychocoderHPC commented 7 years ago

After https://github.com/ComputationalRadiationPhysics/alpaka/pull/416 is merged cupla should be updated to the latest alpaka dev. Currently the TBB backend is not known and enabled from alpaka by default if possible, this triggered a warning

If ALPAKA_ACC_GPU_CUDA_ONLY_MODE is enabled, only back-ends using CUDA can be enabled! This allows to mix alpaka code with native CUDA code. However, this prevents any non-CUDA back-ends from being enabled

if CUDA is used.

psychocoderHPC commented 7 years ago

done with #70