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
312 stars 31 forks source link

handling of CUDA backend unit tests if CUDA is not functional #22

Closed luraess closed 3 years ago

luraess commented 3 years ago

It would be nice if the CUDA backend unit tests would be skipped if CUDA is not functional instead of producing errors.