-
Notifications
You must be signed in to change notification settings - Fork 541
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
Compiler warnings for g++13.1 #3296
Comments
We want to fix it but it might require a some work and restructuring of code inorder to preserve API/ABI compatibility. For now can you use something like:
|
@torrance Can you please test with latest ROCm 6.1.0 (HIP 6.1)? If resolved, please close ticket. Thanks! |
@torrance Closing ticket for now. Please feel free to re-open ticket if you still see the issue with the latest ROCm. Thanks! |
this is still a problem as can easly be seen by looking at the header in question. Even in rocm 6.3 this problem still exits: |
@ppanchad-amd please reopen this issue |
Hi @IMbackK. Re-opened ticket and assigned for investigation. Thanks! |
When compiling with
-Wpendantic
,g++
13.1 emits the following warnings when simply includinghip/hip_runtime.h
:The text was updated successfully, but these errors were encountered: