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

CUDA: use volatile pointer #1877

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

psychocrypt
Copy link
Collaborator

@psychocrypt psychocrypt commented Oct 8, 2018

  • Use volatile pointer to be sure that the compiler is not caching the values.
  • change most places with type u64 to uint64_t

Use volatile pointer to be sure that the compiler is not caching the values.
@fireice-uk fireice-uk merged commit 27bc5a7 into fireice-uk:dev Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants