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

CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat) #319

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 6 months ago

This pull request changes the compat entry for the RecursiveArrayTools package from 2 to 2, 3. 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.

Vaibhavdixit02 commented 6 months ago

@ChrisRackauckas is it obvious to you what needs to be changed here to make it compatible?

ChrisRackauckas commented 6 months ago

This could just be CI issues with the AMD and OneAPI machines. @maleadt or @staticfloat might know what's going on with that a bit more.

maleadt commented 5 months ago

oneAPI development versions sometimes need a manual build of the support library: https://github.com/JuliaGPU/GPUArrays.jl/blob/e03324212ef9db51f19da9a4dba0e15004026d9c/.buildkite/pipeline.yml#L23-L41

ChrisRackauckas commented 5 months ago

We can at least bump this because it's just the CI machines acting up.