Git Product home page Git Product logo

Comments (4)

jleidel avatar jleidel commented on July 18, 2024

The latency to get a response back from the device depends upon the following factors:

  • The configuration of the device. This includes the queue depth, number of vaults, links and number of DRAMs per device.
  • The link configuration. Are you sending the request down a link that is co-located with the target vault (eg, reducing the route time across the HMC logic layer)?
  • The dram latency. What are you using as the DRAM latency? The default is 2 cycles.
  • The device congestion. How many requests are you sending an in what patterns? If you send a single request and there are no other requests pending, then your queuing delayed is minimized.

from gc64-hmcsim.

GFLY-PAPER avatar GFLY-PAPER commented on July 18, 2024

Thank you very much for receiving your reply,I use the default settings for all configurations, but I have not seen where I can change Dram latency,It seems that there is no configuration that can be modified,Can you give some hints? Thanks!

from gc64-hmcsim.

jleidel avatar jleidel commented on July 18, 2024

You can set the DRAM latency using the following function:
int hmcsim_init_dram_latency( struct hmcsim_t *hmc, uint32_t latency );
...where *hmc is a pointer to an initialized HMC object and the latency value is measured in cycles.

from gc64-hmcsim.

GFLY-PAPER avatar GFLY-PAPER commented on July 18, 2024

OK,Thank you very much!

from gc64-hmcsim.

Related Issues (4)

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.