Giter VIP home page Giter VIP logo

Comments (2)

dionhaefner avatar dionhaefner commented on May 30, 2024

Nice work with Veros!

Thanks 😁

Can Veros run in distributed memory mode (beyond a single node)?

Currently, no. It is our philosophy to handle all parallelism in the backend, and until we implement bindings to a suitable distributed library, we will only support shared memory architectures. I am currently evaluating whether we can modify dask.array to fit our needs, but it will take a while.

Have you done any parallel scalability benchmarks -- even if only for shared memory?

Yes! Those were the ones you looked at. I can understand that they may seem confusing if you're not familiar with our backends. NumPy is a sequential library, so the number of cores doesn't matter, and architecture 1 has better single-core performance, so NumPy runs a bit faster (the same applies for the sequential Fortran backend). Bohrium and Fortran + MPI are parallelized, that's why they run significantly faster on the 24-core architecture.

The takeaway message from those benchmarks is that NumPy performs better than Bohrium for small setups, but for large problems the benefits are huge (and performance is in the same order of magnitude as the MPI-parallelized Fortran library).

If you have a suggestion how the benchmarks could be explained better, I'd encourage you to submit a PR :)

from veros.

milancurcic avatar milancurcic commented on May 30, 2024

OK, now I see what you're saying. Basically, on diagram II, the horizontal lines of Bh GPU and Bh CPU in the 1e3 - 1e6 elements range implies scalability...

I think it would be helpful to see t(1) / t(n) for n = 1, 2, 4, ..., 24 cores.

from veros.

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.