JuliaGPU / CUDA.jl

CUDA programming in Julia.
https://juliagpu.org/cuda/
Other
1.21k stars 222 forks source link

CUSPARSE: Fix sparse constructor with duplicate elements. #2495

Closed maleadt closed 2 months ago

maleadt commented 2 months ago

Fixes https://github.com/JuliaGPU/CUDA.jl/issues/2494

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 35.71429% with 9 lines in your changes missing coverage. Please review.

Project coverage is 73.06%. Comparing base (1b0bbc6) to head (091f194). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
lib/cusparse/conversions.jl 35.71% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2495 +/- ## =========================================== + Coverage 59.30% 73.06% +13.75% =========================================== Files 157 157 Lines 14900 14930 +30 =========================================== + Hits 8837 10908 +2071 + Misses 6063 4022 -2041 ```

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