-
Notifications
You must be signed in to change notification settings - Fork 139
Create a trace to test BP (not a bubble sort) #36
Comments
How do I check that the trace shows the sensitivity to BP size, if there is no BPU yet? |
Could you please construe how the I'd be grateful for explanations. |
I think @igorsmir-ilab will help you on this,
@igorsmir-ilab Do you remember? It was generated from mem_trace.txt.
The goal is to make a kind of stress test: implement trace with many branches (so they won't fit to small BPU) and different behavior. I suppose such traces exist already, you can try to find them.
So you demonstrate it when BP is implemented. |
Yes, this trace was created from |
I'm not sure |
Moved to the next year |
Kamino closed and cloned this issue to MIPT-ILab/mips-traces |
Currently no testing for Branch Prediction is made. We have to add the trace with huge amount of random branches.
The candidate was a bubble sort, but unfortunately, it is has low sensitivity to branch prediction.
AMB: Trace is implemented and shows sensitivity to BP mode.
The text was updated successfully, but these errors were encountered: