Your original TODO mentioned configurability. Would it make sense to have a flag to print the entire stack?
yea.. I am thinking about something less fine grain like verbose level
for pt xla debug
, when it is high enough it will print all sorts of things.
Login to write a write a comment.
motivation of this pr is simple, currently frame analysis looks like
but the stack below
_mp_fn
are not very useful so I want to truncate them, after this pr it becomes.