-
Notifications
You must be signed in to change notification settings - Fork 104
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
replace use of std math in kernels with quda versions #1524
Conversation
allow building without cufft change some casting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good James. I've left a few questions.
Perhaps I forget the context, but what is the goal to allow building without cuFFT on CUDA? Does the same need to be enabled for the HIP target?
add quda fmod
This was for testing with LLVM on Polaris. By default, it didn't find the libraries, and it seemed easier to just disable them than try to point it in the right direction. Disabling worked fine for blas, but wasn't fully implemented for fft. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but one final question: I see you've restore the constexpr
but you still have the __device__ __host__
qualifiers on the shared memory constructor. Were there needed for some compiler?
I think you mean in the |
cscs-ci run |
replace use of std math in kernels with quda versions
allow building without cufft
change some casting