jonniedie / ComponentArrays.jl

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

[wip] Fix LinearAlgebra.lmul! on GPU #233

Open vpuri3 opened 8 months ago

vpuri3 commented 8 months ago

fix https://github.com/jonniedie/ComponentArrays.jl/issues/232

vpuri3 commented 8 months ago

maybe we should rather use GPUArrays.generic_lmul! here

codecov-commenter commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (971a222) 73.99% compared to head (8b2ca50) 73.89%.

Files Patch % Lines
src/linear_algebra.jl 0.00% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== - Coverage 73.99% 73.89% -0.10% ========================================== Files 23 23 Lines 746 747 +1 ========================================== Hits 552 552 - Misses 194 195 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.