We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
HIP needs to handle __forceinline__ like CUDA does. Currently, based on the comment here: https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_faq.md#what-if-hip-generates-error-of-symbol-multiply-defined-only-on-amd-machine __forceinline__ doesn't imply inline.
__forceinline__
inline
The text was updated successfully, but these errors were encountered:
#362 should be taken into account as well
Sorry, something went wrong.
This was fixed via e7352a1. Closing the issue.
mangupta
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
HIP needs to handle
__forceinline__
like CUDA does. Currently, based on the comment here: https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_faq.md#what-if-hip-generates-error-of-symbol-multiply-defined-only-on-amd-machine__forceinline__
doesn't implyinline
.The text was updated successfully, but these errors were encountered: