GithubHelp home page GithubHelp logo

Comments (3)

DominikRafacz avatar DominikRafacz commented on June 28, 2024

Sorry for delay in reply, but I was away from computer for a day.
I was supposed to add code earlier, but, of course, I forgot. I did it today. I want to perform more benchmarks and dig into this subject more carefully, but I'm gonna do this later (probably during holiday break), as now I need to prepare for my exams.

from drake-presentation.

wlandau avatar wlandau commented on June 28, 2024

Thanks for uploading the code and data. I am running it now. A couple initial thoughts:

  • make(parallelism = "clustermq") is usually faster than make(parallelism = "future").
  • When you selected drake-powered parallelism and mlr-powered parallelism together, I suspect drake and mlr may have been competing for the same pool of resources. Since drake starts workers before invoking mlr, that may be why drake + mlr parallelism ran about as fast as mlr parallelism alone. In my experience, the gains are small when the grand total number of multicore workers is greater than the number of physical cores. In this case, we have 16 total workers. How many cores does your machine have?
  • If you have access to a computing cluster, you can send targets to different nodes and tell mlr to use all the cores on each node. That way, drake + mlr parallelism should outperform either mode of parallelism on its own.

from drake-presentation.

DominikRafacz avatar DominikRafacz commented on June 28, 2024

Great thanks for your advises and those thoughts, for sure they will be helpful. Answering to your question: I have 8 cores. I haven't had access to cluster yet, but possibly soon I'll gain it. Then I'll try how does it look in practice.

from drake-presentation.

Related Issues (3)

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.