Coder Social home page Coder Social logo

Comments (3)

05Tushar avatar 05Tushar commented on August 17, 2024

There was an example in this exercise too timeloop-accelergy-exercises where we changed the type of DRAM from LPDDR4 to HBM2 but it had no effect on performance (number of cycles) although they have different latencies and bandwidths.

from timeloop.

angshuman-parashar avatar angshuman-parashar commented on August 17, 2024

Timeloop's performance modeling is bandwidth-based, and the user configures the bandwidth using the component attributes. LPDDR4 and HBM2 do not "have" an inherent baked-in bandwidth, the bandwidth depends on the number of channels, bits per channel, clock speed etc. All these are parameters abstracted into the user-specified "bandwidth" attribute in a Timeloop memory component, and as far as performance modeling is concerned this attribute dictates the component's capabilities. So if you provision lower DRAM bandwidth, workloads may begin to get bottlenecked by that bandwidth and throttle down. The technology (i.e., LPDDR4 vs. HBM2) is used to invoke the appropriate Accelergy plugin for energy modeling.

Regarding your small-vs-large RF example: Again, throughput-based modeling is sensitive to bandwidth, not latency. If your larger RF (despite its increased latency) is able to initiate the same #requests per cycle as your smaller RF, then in general your steady-state performance should remain unchanged. This steady-state performance is what Timeloop models using the bandwidth attribute. Yes, the initial pipeline fill/drain latency is not accounted for in today's model, but this is a minor tax for most realistically-sized network layers.

from timeloop.

05Tushar avatar 05Tushar commented on August 17, 2024

Thank you so much sir for the clarification!

from timeloop.

Related Issues (20)

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.