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
As mentioned in our previous communications, I tried adding debugging logs into the code to print out the runtime_observation_count and corresponding callstacks to debug why we are seeing only 1 observation for starting runtimes.
I verified that the runtime_observation_count is setup properly when we create the optimization target: debug logs
I saw that the previous_runtimes had a correct number of observations of 30 but during reset, the observation count was 1: debug logs and I couldn't figure out why.
I also saw that there was a time when the runtime_observation_count was set to 1: debug logs. The logs of the corresponding callstack is also printed here.
The text was updated successfully, but these errors were encountered:
Hey, I'm going to need your help debugging this, as logs and stacktraceds aren't useful to me without knowing the details of your code, and the repro command requires changes that aren't in upstream CompilerGym.
Could you please reduce your repro example to a standalone snippet of code that runs against an unmodified CompilerGym package and demonstrates the issue? Then I can run it on my end and see what the underlying problem is.
❓ Questions and Help
As mentioned in our previous communications, I tried adding debugging logs into the code to print out the
runtime_observation_count
and corresponding callstacks to debug why we are seeing only 1 observation for starting runtimes.See the debug logs in this branch.
Repro
The command I tested this with is:
and I got the following logs
Details
I verified that the
runtime_observation_count
is setup properly when we create the optimization target: debug logsI saw that the
previous_runtimes
had a correct number of observations of 30 but during reset, the observation count was 1: debug logs and I couldn't figure out why.I also saw that there was a time when the
runtime_observation_count
was set to 1: debug logs. The logs of the corresponding callstack is also printed here.The text was updated successfully, but these errors were encountered: