Jan Ciesko

Results 152 comments of Jan Ciesko

https://github.com/kokkos/kokkos/blob/176d5fce6be6ed78613ea62de43d863c4ac23a82/core/src/Kokkos_CopyViews.hpp#L3587-L3590 https://github.com/kokkos/kokkos/blob/176d5fce6be6ed78613ea62de43d863c4ac23a82/core/src/Kokkos_CopyViews.hpp#L3587-L3590 Can be replaced as well.

This fails in: cuda.view_layouttiled unknown file: Failure C++ exception with description "Deprecation Error: Kokkos::deep_copy extents of views don't match: dv(4,12,16,12) dv_mirror(4,12,16,16) " thrown in the test body. This is understandable....

This example shows the issue and where we are at currently in this PR: ``` #include #include #define ALIGN 16 int main(int argc, char* argv[]) { Kokkos::initialize(argc, argv); { int...

Wait for https://github.com/kokkos/kokkos/pull/5314, rebase and use the following to set the state. Remove other changes. ``` if (src.allow_paddding) Impl::add_properties(prop_copy, AllowPadding_t()); ```

@awlauria, thanks for clarifying the time scope for this. I'll look into it and report back.

@bwbarrett, can you please take a look why ompi fails to compile when enabling the use of Qtheads or Argobots? The following commit introduced the error: https://github.com/open-mpi/ompi/commit/6767309af2c893ff2dfb22d901f4e2fb3b7a8f87. Configure fails to...