Closed psychocoderHPC closed 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.
done with #70
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 CUDA is used.