-
Notifications
You must be signed in to change notification settings - Fork 97
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
trtri undefined references in cuda/11.2.2 build with no eti #2231
Comments
Actually, if you let the build go on, many many APIs have this problem for this configuration. Summary
@lucbv what are we supposed to be doing? Referenceshere we try to build the kokkos-kernels/lapack/unit_test/CMakeLists.txt Lines 65 to 73 in b221005
Here we declare
kokkos-kernels/lapack/impl/KokkosLapack_trtri_spec.hpp Lines 61 to 71 in b221005
As expected, in every generated ETI file, However, when we compile the serial test file Test_Serial.hpp has #if defined(KOKKOSKERNELS_TEST_ETI_ONLY) && !defined(KOKKOSKERNELS_ETI_ONLY)
#define KOKKOSKERNELS_ETI_ONLY
#endif cm_test_all_sandia sets |
Builds (at least with cuda/11.2.2) with no eti fail to link trtri:
Reproducer: (weaver rhel8)
The text was updated successfully, but these errors were encountered: