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
283 stars 29 forks source link

CompatHelper: bump compat for "KernelAbstractions" to "0.6" #97

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the KernelAbstractions package from 0.5.5 to 0.5.5, 0.6.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

ChrisRackauckas commented 3 years ago

@vchuravy did CUDADevice get renamed?

vchuravy commented 3 years ago

Needs https://github.com/JuliaRegistries/General/pull/33202 KA got split into base + CUDA + AMD