Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in sleep implementation for nanoseconds. #74

Open
eyalroz opened this issue May 13, 2020 · 0 comments
Open

Typo in sleep implementation for nanoseconds. #74

eyalroz opened this issue May 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working fixed on development A fix for this issue has been committed to the development branch

Comments

@eyalroz
Copy link
Owner

eyalroz commented May 13, 2020

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 eyalroz self-assigned this May 13, 2020
@eyalroz eyalroz added the bug Something isn't working label May 13, 2020
@eyalroz eyalroz added the fixed on development A fix for this issue has been committed to the development branch label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed on development A fix for this issue has been committed to the development branch
Projects
None yet
Development

No branches or pull requests

1 participant