#ifndef THC_SPIN_INC #define THC_SPIN_INC #include #include // enqueues a kernel that spins for the specified number of cycles THC_API void THC_sleep(THCState* state, int64_t cycles); #endif