-
Notifications
You must be signed in to change notification settings - Fork 572
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
Tacho: Tacho doesn't declare dependency on rocblas properly #13636
Comments
Note that even after fixing the link problem by manually finding and linking |
Thank you, @masterleinad. Just to make sure I understand, when you enable ROCBLAS, ROCSPARSE, and ROCSOLVER, the issue with running Tacho goes away? And,it sounds like these are available for including and linking for compiling and building, but the symbols cannot be resolved at runtime with the dynamically-linked libraries? |
Yes, the issue goes away when those TPLs are enabled (since that implicitly also enables
Yes, the API interface for |
Thank you @masterleinad ! We created a PR, and hope it looks okay. |
@masterleinad. I'll close this issue. Please let me know if you encounter additional issues!! |
Bug Report
Configuring
Trilinos
withHIP
support but withoutTPL_ROCBLAS
compiles but at runtime, I'm seeingwhich indicates that
Tacho
is usingrocblas
without declaring a dependency on it. E.g.,Trilinos/packages/shylu/shylu_node/tacho/src/impl/Tacho_NumericTools_LevelSet.hpp
Lines 558 to 565 in 8bded3a
The text was updated successfully, but these errors were encountered: