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

cufftXtMemcpy device to device would change data value(simpleCUFFT_2d_MGPU)? #197

Open
xiuyangleiasp opened this issue Apr 24, 2023 · 0 comments

Comments

@xiuyangleiasp
Copy link

xiuyangleiasp commented Apr 24, 2023

Hi,
When I run the simpleCUFFT_2d_MGPU, after the call the result = cufftXtMemcpy(planComplex, d_d_f, d_f, CUFFT_COPY_DEVICE_TO_DEVICE);,I copyData d_f、d_d_f from gpus to host memory, like this,
image

In host Memory, d_f_out!=d_d_f_out. But according to the cuda docs
image
cufftXtMemcpy Device to Device just change the order of data in gpus,

So Is there something I do wrong?
Thanks.

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

1 participant