Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sparse broadcasting with CSC matrices. #1401

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 24, 2022

No description provided.

@maleadt maleadt added enhancement New feature or request cuda array Stuff about CuArray. labels Feb 24, 2022
@codecov
Copy link

codecov bot commented Feb 24, 2022

Codecov Report

Merging #1401 (3493c29) into master (950f54f) will decrease coverage by 0.61%.
The diff coverage is 35.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1401      +/-   ##
==========================================
- Coverage   77.67%   77.05%   -0.62%     
==========================================
  Files         124      124              
  Lines        9073     9186     +113     
==========================================
+ Hits         7047     7078      +31     
- Misses       2026     2108      +82     
Impacted Files Coverage Δ
lib/cusparse/broadcast.jl 35.80% <32.16%> (-6.56%) ⬇️
lib/cusparse/interfaces.jl 88.50% <100.00%> (+0.85%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 950f54f...3493c29. Read the comment docs.

@maleadt maleadt merged commit be575ea into master Feb 24, 2022
@maleadt maleadt deleted the tb/broadcast_csc branch February 24, 2022 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda array Stuff about CuArray. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant