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

Templated kernels with the same signature end up mapping to incorrect modules #808

Open
pvelesko opened this issue Mar 21, 2024 · 3 comments

Comments

@pvelesko
Copy link
Collaborator

863: CHIP warning [TID 3650729] [1710422994.385196816] : A device function is already registered and mapped to a different module.

Fix draft PR which includes an added test: #807

@linehill
Copy link
Collaborator

In case of template and inline qualified __global__ functions the warning is false positive. There is a patch (#809) to erase the warning for being confusing.

@pvelesko
Copy link
Collaborator Author

This issue isn't about inline qualified functions

@linehill
Copy link
Collaborator

This issue isn't about inline qualified functions

It is. Template functions are inline functions by default too and they trigger the confusing warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants