DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem (by SciML)

DiffEqGPU.jl Alternatives

Similar projects and alternatives to DiffEqGPU.jl based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better DiffEqGPU.jl alternative or higher similarity.

DiffEqGPU.jl reviews and mentions

Posts with mentions or reviews of DiffEqGPU.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • 2023 was the year that GPUs stood still
    1 project | news.ycombinator.com | 29 Dec 2023
    Indeed, and this year we created a system for compiling ODE code not just optimized CUDA kernels but also OneAPI kernels, AMD GPU kernels, and Metal. Peer reviewed version is here (https://www.sciencedirect.com/science/article/abs/pii/S00457...), open access is here (https://arxiv.org/abs/2304.06835), and the open source code is at https://github.com/SciML/DiffEqGPU.jl. The key that the paper describes is that in this case kernel generation is about 20x-100x faster than PyTorch and Jax (see the Jax compilation in multiple ways in this notebook https://colab.research.google.com/drive/1d7G-O5JX31lHbg7jTzz..., extra overhead though from calling Julia from Python but still shows a 10x).

    The point really is that while deep learning libraries are amazing, at the end of the day they are DSL and really pull towards one specific way of computing and parallelization. It turns out that way of parallelizing is good for deep learning, but not for all things you may want to accelerate. Sometimes (i.e. cases that aren't dominated by large linear algebra) building problem-specific kernels is a major win, and it's over-extrapolating to see ML frameworks do well with GPUs and think that's the only thing that's required. There are many ways to parallelize a code, ML libraries hardcode a very specific way, and it's good for what they are used for but not every problem that can arise.

  • Julia GPU-based ODE solver 20x-100x faster than those in Jax and PyTorch
    6 projects | news.ycombinator.com | 23 Dec 2023
    Link to GitHub repo from the abstract: https://github.com/SciML/DiffEqGPU.jl

Stats

Basic DiffEqGPU.jl repo stats
2
267
8.5
2 months ago

SciML/DiffEqGPU.jl is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of DiffEqGPU.jl is Julia.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com