-
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
Batched Gemm Failure #73
Comments
The current code in trilinos seems to be outdated. Replace the directory with kokkoskernels develop or you can wait until a new snap shot happens. |
Ok thanks, I was not sure if this is the same one that you addressed already. |
Can we increase the priority on this, or revert the patch? Currently this breaks Ifpack2 and thus most of MueLu builds. |
I will push a commit to use Tpetra GEMM instead of KokkosKernels GEMM until kokkoskernels is snapshotted into Trilinos. |
I think that this issue is done after we snapshot to trilinos lately. Do we still have this problem ? |
Yes, I think it should be done. I will test it in trilinos and close the issue |
@kyungjoo-kim , I enabled Ifpack2 RBILUK code that uses batched GEMM. Some configureations are failing
as in https://testing.sandia.gov/cdash/viewBuildError.php?buildid=3088682
Could you have a look at it?
The text was updated successfully, but these errors were encountered: