omlins / ParallelStencil.jl

Package for writing high-level code for parallel high-performance stencil computations that can be deployed on both GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
322 stars 38 forks source link

Workflow adjustment #45

Closed omlins closed 2 years ago

omlins commented 2 years ago

Adjust the workflow to test with the minimum required version and the latest version.

omlins commented 2 years ago

CUDA 3 requires at least Julia 1.6 (https://github.com/JuliaGPU/CUDA.jl/blob/v3.0.0/Project.toml), so we need to set the minimum to this version (else it fails as it cannot install CUDA).