Giter Club home page Giter Club logo

Comments (4)

sunnyszy avatar sunnyszy commented on July 26, 2024 1

Hi @lynnliu030 ,

Sorry for the late response. Your code runs correctly. I updated the doc and you can find the explanation of the output here: https://github.com/sunnyszy/lrb/blob/master/LRB_WINDOW_TUNING.md.

I also updated the Github sample config. Here your current version would be slow because it only uses one concurrent process in simulating the 150 tasks sequentially. To make it faster, you can pull the latest Github version and I use GNU parallel to automatically config the amount of parallelism. You can also manually adjust the parallelism by changing the nodes in https://github.com/sunnyszy/lrb/blob/master/config/job_dev.yaml#L9 from localhost to x/localhost, where x is the number of parallel runs you would like.

from lrb.

lynnliu030 avatar lynnliu030 commented on July 26, 2024

@sunnyszy Sorry, but one more question, how long does it normally take for the simulation in the parallel mode? Say for the wiki-18 or -19 trace

from lrb.

sunnyszy avatar sunnyszy commented on July 26, 2024

Hey @lynnliu030 ,

Each simulation is 20% of the time of the full trace. Depends on your # threads, you should be able to calculate the time. Also, when the algorithm decides to use smaller cache sizes to do linear fit, it needs additional rounds of simulations.

from lrb.

lynnliu030 avatar lynnliu030 commented on July 26, 2024

@sunnyszy Thanks for the info!

from lrb.

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.