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

SUSY HRDCOD=0 builds in CUDA give MEs equal to 0 (warning in parameter access through getInstance in device code) #818

Closed
valassi opened this issue Feb 14, 2024 · 1 comment · Fixed by #625 or #824
Assignees

Comments

@valassi
Copy link
Member

valassi commented Feb 14, 2024

"SUSY HRDCOD=0 builds in CUDA give MEs equal to 0 (warning in parameter access through getInstance in device code)"

The title says it all. See #625 (comment)

I suspect that we msut work around getInstance - or maybe, more likely, copy parameters like mdl_I51x1 from host to device so that they can be used in the alphas running computations there on the device.

@valassi valassi linked a pull request Feb 28, 2024 that will close this issue
@valassi valassi linked a pull request Mar 3, 2024 that will close this issue
@valassi valassi self-assigned this Mar 3, 2024
@valassi
Copy link
Member Author

valassi commented Mar 3, 2024

This is fixed in #625. Indeed it was necessary to copy some parameters to CUDA constant memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment