20 #ifndef RAJA_synchronize_cuda_HPP
21 #define RAJA_synchronize_cuda_HPP
23 #include "RAJA/config.hpp"
25 #if defined(RAJA_ENABLE_CUDA)
44 CAMP_CUDA_API_INVOKE_AND_CHECK(cudaDeviceSynchronize);
RAJA_INLINE void synchronize_impl(const omp_synchronize &)
Synchronize all OpenMP threads and tasks.
Definition: synchronize.hpp:36
Definition: AlignedRangeIndexSetBuilders.cpp:35
Header file containing utility methods used in CUDA operations.