You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I'm not sure how to interpret it or extract the info I want.
Motivation: I'd like to set the stack address in iree-amd-aie only after full compilation of the core code (currently it happens before). I think it's possible, for example I think we can set the addresses of the buffers after the core code is generated. So if there's a way we can get a tight upper bound on stack size, it should be possible to avoid these hard-to-diagnose issues where the stack is too small, by allocation the correct amount of memory for the stack
The text was updated successfully, but these errors were encountered:
Is there a way to get a (useful) upper-bound on the stack size from an object/asm file? Related to the comment here: #342 (comment)
I can see what appears to be stack pointer manipulation in the object dump:
but I'm not sure how to interpret it or extract the info I want.
Motivation: I'd like to set the stack address in iree-amd-aie only after full compilation of the core code (currently it happens before). I think it's possible, for example I think we can set the addresses of the buffers after the core code is generated. So if there's a way we can get a tight upper bound on stack size, it should be possible to avoid these hard-to-diagnose issues where the stack is too small, by allocation the correct amount of memory for the stack
The text was updated successfully, but these errors were encountered: