Giter VIP home page Giter VIP logo

Comments (5)

shioyadan avatar shioyadan commented on July 20, 2024

Hello,

Regarding "retire", I remember that I implemented it so that the entire pipeline ends there, for ease of implementation. This is because it is a bit difficult in Konata to record events (stages) where there is no command to trigger the end of the stage, such as retire ("retire" is the last command of each instruction).

"retire" exists next to the end of "complete" stages, do you think this should be shown? If there is any advantage to explicitly displaying it, I would consider modifying it.

Regarding "mem_complete", I was not aware of "--store_completions", so I don't think it is implemented. I would like to modify Konata to support this.

from konata.

shioyadan avatar shioyadan commented on July 20, 2024

I found and remembered an implementation of "mem_complete" in the parser, but it does not support logs output by O3PipeView with "--store_completions". This part is related to a feature for parsing miscellaneous logs output by O3CPUAll and showing additional information.

from konata.

mshiryaev avatar mshiryaev commented on July 20, 2024

@shioyadan - actual execution of store operation happens after signal from "retire" stage, so "--store_completions" helps to see store latency which may be useful for example for cache write policy analysis.

In gem5 viewer "retire" stage is displayed for each instruction and store marker is additionally displayed for store instructions. I think for Konata it makes sense to use similar approach to keep stages scheme aligned with gem5 viewer.

from konata.

shuheque avatar shuheque commented on July 20, 2024

Agree with mshiryaev,

without processing with "retire", all the commit stage will be at least 2 cycles, and even those been flushed will have 1 cycle "commit", which is a bit confusing :)

2023-04-19_16-24

from konata.

shioyadan avatar shioyadan commented on July 20, 2024

@mshiryaev @shuheque
Thank you for your explanation.
I understand that it is better to show retirement/store stages.
I will modify the parser to add the feature. Please wait a while.

from konata.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.