-
Notifications
You must be signed in to change notification settings - Fork 33
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
master_june24: __CUDACC__ macros prevent HIP support #893
Comments
HI @valassi , thank you for spotting this omission, shall I fix it or do you want to do it? |
I'll do it, it's faster |
…port HIP where relevant (madgraph5#893), add a comment elsewhere when __CUDACC is needed
PS These specific lines have disappeared completely (because the SIMD implementation was wrong #894 |
…port HIP where relevant (madgraph5#893), add a comment elsewhere when __CUDACC is needed
Another issue introduced in #830 and being reviewed in #882.
Macro CUDACC should not be used when the code is meant to support also HIP
https://github.com/valassi/madgraph4gpu/blob/8e312bc02d9d072615fcb1052b5db54754498517/epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/CPPProcess.cc#L345
The text was updated successfully, but these errors were encountered: