-
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
Nightly Trilinos failure with Cuda/11.2.2 non-UVM builds, MueLu, Panzer unit tests #2015
Comments
Blocked seems to be a theme in the failing unit-tests but I'm not sure these are the small blocks of a BsrMatrix. |
PR's corresponding to the commit list:
@lucbv since the failures are block-related, I'll start triage with a revert of #2008 to see the impact on the tests. MueLu builds take awhile with cuda, so it'll be awhile before I have the breaking change pinpointed |
Revert of #1895 returned MueLu tests to passing |
Nightly cuda/11.2.2 builds (no UVM) are failing in the following unit tests with kokkos-kernels@develop:
https://jenkins-son.sandia.gov/job/KokkosEco_Trilinos_Weaver_CUDA112_opt-no-uvm/257
The
PanzerMiniEM_MiniEM-BlockPrec_MueLu_highOrder_0_MPI_4
was previously reported in #2010 and is failing with release-candidate-4.2.00 as well. The other tests began failing after merge of the following commit:Sparse: fix cusparse spgemm hang properly (detail)
Sparse: fix logic for bad cursparse spgemm version. (detail)
Improvements on the unification attempt logic for axpby(), including new tests (detail)
Addressing feedbacks from Luc, plus some small changes here and there: (detail)
Formatting (detail)
Using 'ifdef HAVE_KOKKOSKERNELS_DEBUG', per Luc's suggestion (detail)
Addressing feedbacks from Luc (detail)
Correcting compilation errors in my Mac (detail)
Backup (detail)
CUDA 11.0.1 / cuSPARSE 11.0.0 changed SpMM enums (detail)
CUDA 11.2.1 / cuSPARSE 11.4.0 changed SpMV (detail)
Reproducer (weaver rhel8):
The text was updated successfully, but these errors were encountered: