Tomasetti Romin

Results 152 comments of Tomasetti Romin

For the record [from Kokkos documentation](https://kokkos.github.io/kokkos-core-wiki/API/core/execution_spaces.html#being-more-generic): > For more intermediate and advanced users, however, it is often good practice to write code that is explicitly generic over the execution space,...

Hi @csiefer2 ! Just for the ping :ping_pong:

@csiefer2 OK, thanks! Maybe worth thinking of this lazy concept with the `Kokkos` team ?

@csiefer2 I think it makes sense that wrapped dual view is not part of Kokkos 😉 Kokkos does not have to deal with user host/device count mismatch IMO. FWIW I...

Indeed! I wrote the first version a bit too fast :smile:

> We're now getting a build error on Cuda: > > ``` > ../Trilinos/packages/stokhos/src/sacado/kokkos/vector/Stokhos_MP_Vector_MaskTraits.hpp: In instantiation of 'bool MaskLogic::AND(M&&) [with M = Mask&; = void]': > ../Trilinos/packages/stokhos/test/UnitTest/Stokhos_SacadoMPVectorUnitTest_MaskTraits.cpp:281:64: required from here...

@rppawlo That would be even better! But it would require more effort (maybe) :smile:

@bartlettroscoe Here you are: https://github.com/trilinos/Trilinos/pull/11484 :smile: