11 #if defined(ALPAKA_ACC_GPU_CUDA_ENABLED) || defined(ALPAKA_ACC_GPU_HIP_ENABLED)
20 # if !defined(ALPAKA_HOST_ONLY)
22 # if defined(ALPAKA_ACC_GPU_CUDA_ENABLED) && !BOOST_LANG_CUDA
23 # error If ALPAKA_ACC_GPU_CUDA_ENABLED is set, the compiler has to support CUDA!
26 # if defined(ALPAKA_ACC_GPU_HIP_ENABLED) && !BOOST_LANG_HIP
27 # error If ALPAKA_ACC_GPU_HIP_ENABLED is set, the compiler has to support HIP!
37 __threadfence_block();
The alpaka accelerator library.
Tag used in class inheritance hierarchies that describes that a specific interface (TInterface) is im...
Memory fences are observed by all threads in the same block.
Memory fences are observed by all threads on the device.
Memory fences are observed by all threads in the same grid.