GithubHelp home page GithubHelp logo

Comments (2)

ajsierakowski avatar ajsierakowski commented on May 25, 2024

Are you comparing to a single-threaded CPU code? Multi-threaded? Distributed? The only reason I can think of why a code would run more than twice as fast when cutting the problem size in half (or, said another way, that scales less than linearly with problem size) is if you are seeing significant communication bottlenecks that decrease in influence as problem size decreases. In the single-GPU case, inter-process communication is negligible, which is why it scales very nearly linearly with problem size.

from bluebottle-3.0.

tomchen95 avatar tomchen95 commented on May 25, 2024

I'm actually just considering computations on just 1 GPU, so there's no communication consideration. If the global computational domain size is 160160160 and 16016080 respectively, 160160160 should run at least 2 times slower than 16016080, provided that only 1 GPU is used for both cases. But based on my test, 160^3 is not that slow and 16016080 is not that fast. So I'm wondering why.

from bluebottle-3.0.

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.