"...git@git.mpi-cbg.de:dd-code-team/dd-code-web.git" did not exist on "4062530a9331b945e0940e010e52fc84721ec7bf"
Newer
Older
#include <boost/context/continuation.hpp>
#include "alpala/cudify_hardware_alpaka.hpp"
#if defined(CUDIFY_USE_SEQUENTIAL) || defined(CUDIFY_USE_OPENMP)
thread_local dim3 threadIdx;
thread_local dim3 blockIdx;
unsigned int * tid_x[OPENMP_MAX_NUM_THREADS];
unsigned int * tid_y[OPENMP_MAX_NUM_THREADS];
unsigned int * tid_z[OPENMP_MAX_NUM_THREADS];
thread_local int vct_atomic_add;
thread_local int vct_atomic_rem;
#ifdef HAVE_BOOST_CONTEXT
std::vector<boost::context::detail::fcontext_t> contexts;
thread_local void * par_glob;
thread_local boost::context::detail::fcontext_t main_ctx;