cuda-kat icon indicating copy to clipboard operation
cuda-kat copied to clipboard

Typo in sleep implementation for nanoseconds.

Open eyalroz opened this issue 4 years ago • 0 comments

Need to correct a typo as follows:

  •   __nanosleep(unsigned int ns);
    
  •   __nanosleep(num_cycles);
    

in time.cuh. Detected with compiling with CC 7.x

eyalroz avatar May 13 '20 10:05 eyalroz