eyalroz/cuda-kat

Typo in sleep implementation for nanoseconds.

Opened this issue · 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