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

Fix SpMV for CUDA 11.5 #1234

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Fix SpMV for CUDA 11.5 #1234

merged 2 commits into from
Nov 8, 2021

Conversation

amontoison
Copy link
Member

@amontoison amontoison commented Nov 8, 2021

@maleadt
This PR should fix the issue with SpMV for CUDA 11.5 (#1219).

@maleadt
Copy link
Member

maleadt commented Nov 8, 2021

Awesome, thanks! I'll add the commits from that PR here once CI passes.

@maleadt maleadt added bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers. labels Nov 8, 2021
@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #1234 (595a5f0) into master (d3d5e75) will increase coverage by 0.05%.
The diff coverage is 100.00%.

❗ Current head 595a5f0 differs from pull request most recent head 9c7243c. Consider uploading reports for the commit 9c7243c to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1234      +/-   ##
==========================================
+ Coverage   80.60%   80.65%   +0.05%     
==========================================
  Files         119      119              
  Lines        8393     8389       -4     
==========================================
+ Hits         6765     6766       +1     
+ Misses       1628     1623       -5     
Impacted Files Coverage Δ
lib/cusparse/interfaces.jl 84.93% <100.00%> (+3.11%) ⬆️
lib/cudadrv/CUDAdrv.jl 80.00% <0.00%> (+4.00%) ⬆️

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 d3d5e75...9c7243c. Read the comment docs.

@maleadt maleadt merged commit 1043661 into JuliaGPU:master Nov 8, 2021
@maleadt maleadt mentioned this pull request Nov 8, 2021
@amontoison amontoison deleted the cuda-11.5 branch November 8, 2021 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again. cuda libraries Stuff about CUDA library wrappers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants