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 version issue about correlation.cu #15

Open
Denizdius opened this issue May 22, 2023 · 1 comment
Open

CUDA version issue about correlation.cu #15

Denizdius opened this issue May 22, 2023 · 1 comment

Comments

@Denizdius
Copy link

Denizdius commented May 22, 2023

in CUDA files in correlation.cu ,
cudaThreadSynchronize() has been deprecated since CUDA 9.0 and is no longer recommended for use.

instead of cudaThreadSynchronize() use cudaDeviceSynchronize(), which serves the same purpose of synchronizing the CPU thread with the CUDA device.

Same issue at covariance.cu

@willkill07
Copy link
Contributor

@Denizdius this code was written long before CUDA 9.0 was released. I'm unsure if this is willing to be maintained anymore, but if you contribute a PR I'd be happy to approve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants