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

CUBLAS: Support more strided inputs #2242

Merged
merged 3 commits into from
Jan 18, 2024
Merged

CUBLAS: Support more strided inputs #2242

merged 3 commits into from
Jan 18, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jan 17, 2024

Fixes #2230

@maleadt maleadt added enhancement New feature or request cuda libraries Stuff about CUDA library wrappers. labels Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

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

Comparison is base (85fc364) 71.34% compared to head (c9d66e6) 71.34%.

Files Patch % Lines
lib/cublas/linalg.jl 49.36% 40 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2242   +/-   ##
=======================================
  Coverage   71.34%   71.34%           
=======================================
  Files         156      156           
  Lines       14820    14820           
=======================================
  Hits        10573    10573           
  Misses       4247     4247           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit bc9f1d1 into master Jan 18, 2024
1 check passed
@maleadt maleadt deleted the tb/cublas_strided branch January 18, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda libraries Stuff about CUDA library wrappers. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mul! should support strided outputs
1 participant