Jutho / StridedViews.jl

A Julia package to represent strided views over a parent DenseArray
MIT License
6 stars 2 forks source link

Add CUDA extension #3

Closed lkdvos closed 1 year ago

Jutho commented 1 year ago

You forgot a compat specification for PackageExtensionCompat.

codecov-commenter commented 1 year ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

lkdvos commented 1 year ago

The error occurring in the Invalidations is due to a known bug in Pkg, which will be fixed from Julia 1.9.4 onwards: https://github.com/JuliaLang/Pkg.jl/pull/3591