Releases: SciML/DiffEqGPU.jl
Releases · SciML/DiffEqGPU.jl
v1.17.0
DiffEqGPU v1.17.0
Merged pull requests:
- CompatHelper: bump compat for KernelAbstractions to 0.8, (keep existing compat) (#145) (@github-actions[bot])
- CompatHelper: bump compat for CUDAKernels to 0.4, (keep existing compat) (#146) (@github-actions[bot])
- New GPU Tsit 5 solvers (#148) (@utkarsh530)
- Upgrade to use LinearSolve (#149) (@YingboMa)
- CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#150) (@github-actions[bot])
- CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#152) (@github-actions[bot])
- CompatHelper: add new compat entry for Adapt at version 3, (keep existing compat) (#154) (@github-actions[bot])
- CompatHelper: add new compat entry for SimpleDiffEq at version 1, (keep existing compat) (#155) (@github-actions[bot])
- Bump both KA and CUDA kernels (#157) (@ChrisRackauckas)
- See if it's uniful that breaks CI (#165) (@ChrisRackauckas)
v1.16.0
v1.15.0
DiffEqGPU v1.15.0
v1.14.0
v1.13.0
DiffEqGPU v1.13.0
Merged pull requests:
- CompatHelper: bump compat for "CUDAKernels" to "0.2" (#104) (@github-actions[bot])
v1.12.0
DiffEqGPU v1.12.0
Closed issues:
- Splatting causes GPUifyLoops compilation failure (#41)
- Slicing causes GPUifyLoops failures (#42)
- Minimal working EnsembleGPUArray() example (#101)
Merged pull requests:
- Remove inbounds nothing (#100) (@ChrisRackauckas)
- CompatHelper: bump compat for "CUDA" to "3.1" (#103) (@github-actions[bot])
v1.11.0
DiffEqGPU v1.11.0
Closed issues:
- Compatibility with out of place definitions (#26)
- eGPU runs slower than without only when using multiprocessing (#48)
Merged pull requests:
- allow out of place function definitions (#75) (@ChrisRackauckas)
- CompatHelper: bump compat for "KernelAbstractions" to "0.6" (#97) (@github-actions[bot])
- CompatHelper: add new compat entry for "CUDAKernels" at version "0.1" (#99) (@github-actions[bot])
v1.10.0
DiffEqGPU v1.10.0
Merged pull requests:
- Add the
pipeline.yml
file for Buildkite (#88) (@DilumAluthge) - replace CuArrays with CUDA in README (#90) (@xzackli)
- readme docstring (#91) (@anandijain)
- CompatHelper: add new compat entry for "DocStringExtensions" at version "0.8" (#92) (@github-actions[bot])
- Big version updates (#93) (@ChrisRackauckas)
- Get v1.5 and v1.6 working! (#94) (@ChrisRackauckas)
- Simplify CI (#95) (@ChrisRackauckas)
v1.9.1
DiffEqGPU v1.9.1
v1.9.0
DiffEqGPU v1.9.0
Closed issues:
- Support CallbackSet (#44)
Merged pull requests:
- define adjoint (#72) (@ChrisRackauckas)
- Expand callbacks to include/use CallbackSet (#81) (@aml5600)
- CompatHelper: bump compat for "CUDA" to "2.0" (#82) (@github-actions[bot])
- MassInstallAction: Install the TagBot workflow on this repository (#83) (@christopher-dG)