Julia GPU-based ODE solver 20x-100x faster than those in Jax and PyTorch

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Comparsion of Julia's GPU Kernel based ODE solvers with other open-source GPU ODE solvers

    Uhh they time the vmap of the jit on Jax, basically skipping a ton of optimizations,.esp if there is any linear algebra in there. They also include the cost of building the vmap functional. Not a valid comparison.

    https://github.com/utkarsh530/GPUODEBenchmarks/blob/ef807198...

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. DiffEqGPU.jl

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

    Link to GitHub repo from the abstract: https://github.com/SciML/DiffEqGPU.jl

  4. jax

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

    On your last point, as long as you jit the topmost level, it doesn't matter whether or not you have inner jitted functions. The end result should be the same.

    Source: https://github.com/google/jax/discussions/5199#discussioncom...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 2023 was the year that GPUs stood still

    1 project | news.ycombinator.com | 29 Dec 2023
  • Suggest me a Good library for scientific computing in Julia with good support for multi-core CPUs and GPUs.

    3 projects | /r/Julia | 18 Sep 2021
  • An Introduction to Neural Ordinary Differential Equations [pdf]

    2 projects | news.ycombinator.com | 11 Jan 2025
  • Bridging numerical relativity and automatic differentiation using JAX

    2 projects | dev.to | 18 Oct 2024
  • JetStream: Throughput+memory optimized engine for LLM inference on XLA devices

    1 project | news.ycombinator.com | 1 Sep 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?