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
With FloatTracker we're seeing some funky behavior from CSTG, and I think it's because of a strangely-formatted line. Most of these lines are just how Julia decides to stringify stack frames, so while we could make FloatTracker print prettier frames, I think it might be good to make CSTG a little more flexible/robust in the format it accepts.
With FloatTracker we're seeing some funky behavior from CSTG, and I think it's because of a strangely-formatted line. Most of these lines are just how Julia decides to stringify stack frames, so while we could make FloatTracker print prettier frames, I think it might be good to make CSTG a little more flexible/robust in the format it accepts.
Example line that's proving a problem:
I think the code we'll want to look at is here in
tracerSum.cpp
:The text was updated successfully, but these errors were encountered: