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

Modification to prevent scalar indexing on CUDA devices #362

Conversation

oscarvanderheide
Copy link
Contributor

Scalar indexing on CUDA devices results in poor performance. This modification uses dot syntax to prevent scalar indexing.

Scalar indexing on CUDA devices results in poor performance. This modification uses dot syntax to prevent scalar indexing.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9110126882

Details

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 97.596%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lsqr.jl 1 2 50.0%
Totals Coverage Status
Change from base Build 7903548867: 0.1%
Covered Lines: 2030
Relevant Lines: 2080

💛 - Coveralls

@oscarvanderheide
Copy link
Contributor Author

Would it be possible to have this change merged now that it is approved? I see a check related to documentation is unsuccessful but I don't think it it is related to the change in this pull request?

@ViralBShah ViralBShah merged commit 9c25ad4 into JuliaLinearAlgebra:master Aug 2, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants