-
Notifications
You must be signed in to change notification settings - Fork 145
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
Realm: Duplicate registration of function _ZN3cub11EmptyKernelIvEEvv
#1583
Comments
This doesn't reproduce on sapling with legion (commit 3b3e14b) |
This is occurring due to template instantiation. and then instantiated in the same file cub/cub.cuh includes util_device.cuh If cub/cub.cuh is included in multiple files - we get the warning i.e. The symbol is marked as 'weak' and gets resolved by the linker. |
Does this only happen with the hijack on? |
Yes only with hijack on |
Since we're planning on removing the hijack (#1730) I think it's probably not worth removing the warning as it will go away automatically. |
After including
cub/cub.cuh
in most of the translation units of HTR I started getting multiple copies of this warning message at the startup of the solver.Is this expected? Is there anything I can do to silence these error messages?
@elliottslaughter, can you please add this issue to #1032 with low priority?
The text was updated successfully, but these errors were encountered: