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

Replace .*(Number, Diagonal) with *(Number, Diagonal) #270

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

vpuri3
Copy link
Member

@vpuri3 vpuri3 commented Nov 1, 2023

The result with / without broadcasting here is the same. Removing the broadcast here would avoid JuliaGPU/CUDA.jl#2140. Further, when cache.DtD.diag isa ComponentVector that CUDA bug leads to scalar indexing error on GPU.

The result with / without broadcasting here is the same. Removing the broadcast here would avoid JuliaGPU/CUDA.jl#2140. Further, when `cache.DtD.diag isa ComponentVector` that CUDA bug would lead to scalar indexing error on GPU.
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #270 (be9ce44) into master (b07360f) will decrease coverage by 0.29%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #270      +/-   ##
==========================================
- Coverage   93.49%   93.20%   -0.29%     
==========================================
  Files          19       19              
  Lines        1782     1781       -1     
==========================================
- Hits         1666     1660       -6     
- Misses        116      121       +5     
Files Coverage Δ
src/levenberg.jl 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@vpuri3
Copy link
Member Author

vpuri3 commented Nov 2, 2023

are the failures related to this PR @avik-pal ?

@avik-pal
Copy link
Member

avik-pal commented Nov 2, 2023

Rebase this should have been fixed

@vpuri3 vpuri3 closed this Nov 2, 2023
@vpuri3 vpuri3 reopened this Nov 2, 2023
@ChrisRackauckas ChrisRackauckas merged commit a607868 into SciML:master Nov 3, 2023
2 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.

4 participants