Damien L-G
Damien L-G
Allowing a default constructed UnorderedMap to be a static class member would require changing the semantics of UnorderedMap(). The default constructor currently allocates memory and the object created can be...
Superseded by #7148
Please rerun with the `--kokkos-print-configuration` command-line argument
Plz confirm that you cropped the first line and that it says `Kokkos Version: 4.1.0`
Your kernel is tiny. At about 1.5TB/s, it is streaming through 80MB ``` 2x 5 10^6 x 8 = 80MB ^ ^ 5M particles ^ double-precision floating points 1 read+...
in the duplicated prints can you confirm that each rank had a different GPU selected.
> If now I compile the same bit of code, but linking with Kokkos, then problem reappears. Linking only right (no Kokkos::initialize call)?
> > Please update the title and make sure the description says that it does not actually guarantee proper enqueuing. > > How would you define "enqueueing properly"? The definition...
> Unable to reproduce failure on ARM machine (`KOKKOS_ARCH= A64FX`) with the configuration below and `gcc-10.2.0`: > > ``` > cmake \ > Kokkos_ENABLE_OPENMP=OFF \ > KOKKOS_ENABLE_THREADS=ON \ > KOKKOS_ENABLE_CXX17=ON...
I can't reproduce with AppleClang 15.0.0 on my local system (M1 Pro). Also FWIW, it comes back clean with `-fsanitize=undefined`