jonniedie / ComponentArrays.jl

Arrays with arbitrarily nested named components.
MIT License
286 stars 34 forks source link

add missing `LinearAlgebra` methods on GPU #226

Closed vpuri3 closed 9 months ago

vpuri3 commented 9 months ago

fix #227 TODO

@jonniedie LMK if you want me to add tests.

vpuri3 commented 9 months ago

@avik-pal, @ChrisRackauckas can any one of you approve the workflows?

ChrisRackauckas commented 9 months ago

@jonniedie has to

codecov-commenter commented 9 months ago

Codecov Report

Merging #226 (bcb9036) into main (df9bd66) will decrease coverage by 0.21%. Report is 1 commits behind head on main. The diff coverage is 0.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
- Coverage   73.24%   73.03%   -0.21%     
==========================================
  Files          23       23              
  Lines         725      727       +2     
==========================================
  Hits          531      531              
- Misses        194      196       +2     
Files Coverage Δ
ext/ComponentArraysGPUArraysExt.jl 50.00% <0.00%> (-1.00%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jonniedie commented 9 months ago

LMK if you want me to add tests

If you could and bump the version, that'd be great, thanks!

vpuri3 commented 9 months ago

done