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
Running ramulator using ramulatorv2.yaml throws exception: "terminate called after throwing an instance of 'std::out_of_range' what(): unordered_map::at"
#61
I'm trying to run ramulator using ramulatorv2.yaml configuration file (located at "ramulator2/perf_comparison/configs").
As you can see from the output, the trace file seems to be loaded correctly, but it then throws the exception:
"terminate called after throwing an instance of 'std::out_of_range' what(): unordered_map::at"
Any idea on how to solve the issue?
The text was updated successfully, but these errors were encountered:
I'm trying to run ramulator using ramulatorv2.yaml configuration file (located at "ramulator2/perf_comparison/configs").
As you can see from the output, the trace file seems to be loaded correctly, but it then throws the exception:
"terminate called after throwing an instance of 'std::out_of_range' what(): unordered_map::at"
Any idea on how to solve the issue?
The text was updated successfully, but these errors were encountered: