-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use KrylovPreconditioners and using KLU as CPU solver #284
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #284 +/- ##
==========================================
- Coverage 69.41% 68.31% -1.10%
==========================================
Files 34 30 -4
Lines 4482 4138 -344
==========================================
- Hits 3111 2827 -284
+ Misses 1371 1311 -60 ☔ View full report in Codecov by Sentry. |
test/runtests.jl
Outdated
ROC_ARCH = (ROCBackend(), ROCArray, ROCSparseMatrixCSR) | ||
push!(ARCHS, ROC_ARCH) | ||
end | ||
# if AMDGPU.has_rocm_gpu() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# if AMDGPU.has_rocm_gpu() | |
# if AMDGPU.functional() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can do the same thing and CUDA
and oneAPI
.
https://jso.dev/Krylov.jl/dev/gpu/#AMD-GPUs
9e8d38f
to
f55b0d0
Compare
13b20e1
to
68ebbf1
Compare
e4141d6
to
64b32f8
Compare
No description provided.