-
Notifications
You must be signed in to change notification settings - Fork 99
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
Trilinos/KokkosKernels reports no ETI in almost any circumstance #29
Comments
I'm getting this:
as well as this:
Did you see something like the former? Perhaps we should relabel this issue "Make KokkosKernels ETI only print once, correctly" :) |
KokkosKernels does not utilize the Tribits ETI system. So I am not sure why it does print that thing out. It should print its own ETI support stuff out though. |
@crtrott KokkosKernels currently still opts into Trilinos' ETI system. It looks like we should take that out, since KK ignores all that stuff anyway and uses different CMake options to drive its instantiations. |
I looked through a few of the dashboard tests and they all report KokkosKernels as not ETI-ing anything.
e.g.:
Is this to be expected?
The text was updated successfully, but these errors were encountered: