Skip to content

Releases: SciML/DiffEqGPU.jl

v1.17.0

21 Jun 20:55
3348d40
Compare
Choose a tag to compare

DiffEqGPU v1.17.0

Diff since v1.16.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

10 Feb 09:32
d48eb47
Compare
Choose a tag to compare

DiffEqGPU v1.16.0

Diff since v1.15.0

Closed issues:

  • LoadError: KernelException on README example (#144)

v1.15.0

26 Jul 12:26
a7ee4c3
Compare
Choose a tag to compare

DiffEqGPU v1.15.0

Diff since v1.14.0

v1.14.0

21 Jun 23:50
Compare
Choose a tag to compare

DiffEqGPU v1.14.0

Diff since v1.13.0

Merged pull requests:

v1.13.0

01 Jun 14:19
e07615d
Compare
Choose a tag to compare

DiffEqGPU v1.13.0

Diff since v1.12.0

Merged pull requests:

  • CompatHelper: bump compat for "CUDAKernels" to "0.2" (#104) (@github-actions[bot])

v1.12.0

05 May 01:53
b7534b8
Compare
Choose a tag to compare

DiffEqGPU v1.12.0

Diff since v1.11.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

10 Apr 18:14
70b9855
Compare
Choose a tag to compare

DiffEqGPU v1.11.0

Diff since v1.10.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

29 Mar 15:54
6c1886b
Compare
Choose a tag to compare

DiffEqGPU v1.10.0

Diff since v1.9.1

Merged pull requests:

v1.9.1

06 Jan 04:17
Compare
Choose a tag to compare

DiffEqGPU v1.9.1

Diff since v1.9.0

v1.9.0

12 Dec 04:36
7f48891
Compare
Choose a tag to compare

DiffEqGPU v1.9.0

Diff since v1.8.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)