blob: ebd7e40f68d746ff2b44ee0d27039cf2b401f70e [file] [log] [blame]
#ifndef THC_SPIN_INC
#define THC_SPIN_INC
#include "THCGeneral.h"
#include <time.h>
// enqueues a kernel that spins for the specified number of cycles
THC_API void THC_sleep(THCState* state, int64_t cycles);
#endif