blob: 18c7be77e12df063b79adde4f785e8a7a26199e8 [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, long long cycles);
#endif