Open
Description
After compiling the code, I got verification failed for both of them. I just started to try to understand why. If someone have any tips on that I would really appreciate to hear them.
(base) eduardoj@Worksmart:~/Repo/NVIDIA-developer-blog/code-samples/posts/cufft-callbacks$ ./cufft_no_callbacks
Preparing input: 1000x1024
Computing reference solution
Creating FFT plan
Running 100 iterations
Time for the FFT: 25.354240ms
28000: (-2.59,-8.31) != (-2.59, -8.31)
*** FAILED ***
!!! Verification Failed !!!
Done
(base) eduardoj@Worksmart:~/Repo/NVIDIA-developer-blog/code-samples/posts/cufft-callbacks$ ./cufft_callbacks
Preparing input: 1000x1024
Computing reference solution
Creating FFT plan
Running 100 iterations
Time for the FFT: 9.087104ms
1000: (3.56,-0.35) != (3.56, -0.35)
*** FAILED ***
!!! Verification Failed !!!
Done
Metadata
Metadata
Assignees
Labels
No labels