SciML / DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://docs.sciml.ai/DiffEqGPU/stable/
MIT License
284 stars 29 forks source link

Fixes and updates on SDE solvers #218

Closed utkarsh530 closed 1 year ago

utkarsh530 commented 1 year ago
  1. Updated kernel to use prob.seed.
  2. Add SDE convergence tests for sanity checks.
  3. Update docs.
utkarsh530 commented 1 year ago

Strange, everything's passing locally. Im looking into it.