Christian Trott
Christian Trott
Ok closing since 5.2 is the minimum we support anyway
Yeah, we actually probably need a max tile size as well. Possibly this needs to follow the TeamPolicy pattern of recommended and max team_size. I am putting this on our...
Seeing the same thing. Will disable NEON SIMD for now if __NVCC__ is used. See: https://github.com/abseil/abseil-cpp/issues/1665
@jbadwaik I pushed the NEON thing (disabling use of NEON SIMD if NVCC is the compiler) can you try (if you didn't) with: ``` -DKokkos_ENABLE_IMPL_CUDA_UNIFIED_MEMORY=ON ``` I am getting two...
My full configure line: ``` cmake -DKokkos_ARCH_ARMV9_GRACE=ON -DKokkos_ARCH_HOPPER90=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_IMPL_CUDA_UNIFIED_MEMORY=ON ../ ```
@jbadwaik thanks! so its most likely something real. Now we have to figure out what it is ...
@jbadwaik found the issue feel free to test again. But this should be good now.
Ok lets restrict to GPU backends and Release mode.
This is in support of customers at LANL, i.e. we will try and figure this out in the next couple months.
We are moving: https://github.com/kokkos/kokkos/pull/6091