kokkos-remote-spaces icon indicating copy to clipboard operation
kokkos-remote-spaces copied to clipboard

This repository contains Kokkos Remote Spaces, which implements distributed shared memory support for Kokkos.

Results 11 kokkos-remote-spaces issues
Sort by recently updated
recently updated
newest added

- Simplify handling of subviews over dim0, add unit tests, fix issues - Add missing headers - Update run scripts - Fix wrong acquisition of data slice in LocalDeepCopy test...

In this example, the ``Kokkos::deep_copy`` call marked below causes the program to hang when running with multiple MPI ranks. Commenting out the deep_copy and uncommenting the for-loop to copy the...

It seems that if a View in ``MPISpace`` or ``SHMEMSpace`` is initialized to zeros, then a fence of the space is needed before it's safe to use that view (reads...

After working with kokkos-remote-spaces a bit, there are a few little changes I would like to propose to make interfaces and behavior more intuitive, especially for people already comfortable with...

Note: this is a very low priority issue, but I thought I would leave it for the future as KRS works its way out of Experimental. When building Kokkos with...

A squashed commit: some of the previous messages: updates to Mishler stream benchmark working on 2_node benchmark completed 2-node benchmark changing benchmark name, final touches applied clang format

Starting a stub to get this branch started. Wrestling with compiling, linking, mpi, slurm, and python on the current benchmarks in nvshmem's src directory.