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
Workload: OpenSBI + Linux 6.6.30 + h264ref_sss
ISA extentsion: RV64GCBHV, with RVV agnostic policy enabled
Compiler version: GCC 15
After simulating 3 Billion instructions, h264ref_sss encountered segmentation fault.
However, I difftest NEMU against Spike with RVV agnostic policy off, which has simulated 5.1 Billion instruction with no error.
So, I think the segmentation fault is related to agnostic policy.
Workaround: When taking checkpoint with NEMU, always turn off agnostic policy.
Question: Does Spike implement agnostic? If not, it might be hard to debug after simulating 3 Billion instructions.
The text was updated successfully, but these errors were encountered:
Workload: OpenSBI + Linux 6.6.30 + h264ref_sss
ISA extentsion: RV64GCBHV, with RVV agnostic policy enabled
Compiler version: GCC 15
After simulating 3 Billion instructions, h264ref_sss encountered segmentation fault.
However, I difftest NEMU against Spike with RVV agnostic policy off, which has simulated 5.1 Billion instruction with no error.
So, I think the segmentation fault is related to agnostic policy.
Workaround: When taking checkpoint with NEMU, always turn off agnostic policy.
Question: Does Spike implement agnostic? If not, it might be hard to debug after simulating 3 Billion instructions.
The text was updated successfully, but these errors were encountered: