Coder Social home page Coder Social logo

GPU and FPGA support? about dynamicalsystems.jl HOT 4 OPEN

wsphd avatar wsphd commented on June 5, 2024
GPU and FPGA support?

from dynamicalsystems.jl.

Comments (4)

Datseris avatar Datseris commented on June 5, 2024

Hi, you are welcome!

DynamicalSystems.jl does not support GPU in any particular application, however that also depends what you mean in the specific sense. Which part of the framework in particular did you expect to find in GPU?

For the algorithms that use DynamicalSystem, the majority of time is spend on solving the ODEs. So if you had an ODE solver that works on the GPU, that would apply here just as well. For DeterministicIteratedMaps with large dimensionality it would be possible to run the time evolution on the GPU if the GPU allows for inplace computations. The system state can be any arbitrary array in the case of in-place systems.

For the algorithms that use StateSpaceSet, each algorithm is unique and if you wanted a GPU version it would have to be written for each algorithm individually.

Are there any plans to add GPU capability

Not in the general sense, but of course if someone did a PR that implemented a GPU algorithm for a specific problem we would of course welcome it!

from dynamicalsystems.jl.

ChrisRackauckas avatar ChrisRackauckas commented on June 5, 2024

If you're using Ensembles internally then https://docs.sciml.ai/DiffEqGPU/stable/ should just work?

from dynamicalsystems.jl.

Datseris avatar Datseris commented on June 5, 2024

Ah, awesome, I'll think about how I can make the interfacing of using this easier, as at the moment all algorithms use integrators not problems and solve.

from dynamicalsystems.jl.

ChrisRackauckas avatar ChrisRackauckas commented on June 5, 2024

It would in principle be compatible with EnsembleGPUArray, but not EnsembleGPUKernel. If you want the limited overhead you really need to have the solve be a single kernel call for the GPU overhead to be low.

from dynamicalsystems.jl.

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.