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
272 stars 27 forks source link

Add lower level API for EnsembleGPUArray #253

Closed utkarsh530 closed 1 year ago

utkarsh530 commented 1 year ago

Added a lower level solve for EnsembleGPUArray for benchmarking purposes. The API is meant for internal development only.

ChrisRackauckas commented 1 year ago

It's still worth documenting.

utkarsh530 commented 1 year ago

Done.

ChrisRackauckas commented 1 year ago

Test?