-
Notifications
You must be signed in to change notification settings - Fork 577
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
KokkosKernels: Missing dependency on CUBLAS #10807
Labels
type: bug
The primary issue is a bug in Trilinos code or tests
Comments
bartlettroscoe
added a commit
that referenced
this issue
Jul 29, 2022
This should fix link errors on an ATS2 configuration missing cublas link symboles (see #10807).
bartlettroscoe
added a commit
that referenced
this issue
Jul 29, 2022
This should fix link errors on an ATS2 configuration missing cublas link symboles (see #10807).
bartlettroscoe
added a commit
that referenced
this issue
Jul 29, 2022
This should fix link errors on an ATS2 configuration missing cublas link symboles (see #10807).
trilinos-autotester
added a commit
that referenced
this issue
Aug 18, 2022
…-cublas Automatically Merged using Trilinos Pull Request AutoTester PR Title: KokkosKernels: Add missing dependency on CUBLAS (#10807) PR Author: bartlettroscoe
With the merge of #10808 just now, this issue should be resolved. Closing as complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
@trilinos/kokkos-kernels
Description
A Trilinos users reports that building Trilinos on LLNL ATS2 system with CUDA enabled results in undefined references to CUBLAS functions like:
The problem seems to be that the KokkosKernels package is missing a dependency on the CUBLAS TPL.
Steps to Reproduce
Ask @vqd8a for details
The text was updated successfully, but these errors were encountered: