Carl Pearson

Results 183 comments of Carl Pearson

Oh yeah, I see now that even the non-blocking failure is actually an old one. I will try to retest I guess.

Actually, if you let the build go on, many many APIs have this problem for this configuration. ## Summary 1. This configuration does not ETI `Serial`, but it does enable...

Do you want me to run this through IR or do you have a different proposal about documenting this, or just table it for now?

To expand a bit, When you move your registry, you're moving a `BlockMultiVector`. A `BlockVector` is a `BlockMultiVector`, which has a member `MultiVector mv_`. The `BlockMultiVector` ctor takes a reference...

It's basically the same, just kokkos `develop` instead of master. Maybe I can find a way to make a reusable definition that keeps most of the common stuff.

@jczhang07 the DCO test is failing because you didn't sign off your commit ```bash git commit --amend -s # caution git push -f # caution ```

or, could you please try this: ```diff diff --git a/common/unit_test/Test_Common_AlignPtrTo.hpp b/common/unit_test/Test_Common_AlignPtrTo.hpp index f60887cd8..760cddd5a 100644 --- a/common/unit_test/Test_Common_AlignPtrTo.hpp +++ b/common/unit_test/Test_Common_AlignPtrTo.hpp @@ -136,7 +136,7 @@ void test_alignPtrTo() { int errs; Kokkos::parallel_reduce( - Kokkos::RangePolicy(space,...