-
Notifications
You must be signed in to change notification settings - Fork 14
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
[clang-19] amdgpu: stack frame size exceeds limit in 'dml_core_mode_support' #2048
Comments
Warnings I saw with
|
Probably caused by some inlining change in LLVM. For the record, I generally will not fix instances of |
Fair enough. Indeed it's not the first or second time I see this kind of warnings with So far, I didn't notice any inconveniences, but can you tell me whether this is a thing one should bother/worry about (i.e. security and stability)? Feel free to close. |
I saw this patch fly by recently, I wonder if it resolves this issue? |
Tried the patch. It no longer applies cleanly (one of the patched functions seems to be gone), but nevertheless it solves the problem for me: The "stack frame size" message is gone. |
When compiling Linux 6.10.9 with clang-19.1.0-rc4 (commit
0c641568515a797473394694f05937e1f1913d87
), I get the following warning:The warning does not appear when using clang-18.1.8.
I haven't tried with Linux 6.11.x yet.
The text was updated successfully, but these errors were encountered: