JBludau
JBludau
This PR advances the integration of the OpenACC backend into kokkos. It introduces `parallel_for` and `parallel_reduce` for `RangePolicy` and bumps the incremental tests to level 5. Pedro did the implementation...
This pr picks up on the discussion in #5193 and provides an alias for a page migrating memory space. Even though the participants in the discussion preferred the name `DefaultSharedMemorySpace`...
This is to discuss (and document) if we want to add a flag to cmake that would enable all allocations into HIP or SYCL be done in the HIPManaged/SYCLShared space...
The problem is that as soon as we want to use `min` and `max` as function names (e.g. in `Kokkos_NumericTraits.hpp`) we get compilation errors. But a user (or in my...
Will need a rebase after #5289 is merged. At the moment there is no `SharedHostPinnedSpace` for `OpenMPTarget`. As the spaces the alias points to get tested, there should be no...
Complement to https://github.com/kokkos/pykokkos-base/pull/51 in pykokkos-base which makes the cpp_type accessible in the `View` class
This originated from a discussion with @tylerjereddy on slack. In short: We would like to have a better error handling if stuff does not compile. Ideally we want to even...
I just wanted to document my thoughts on things I would want to have fine grained control over when debugging. So ideally I would want to be able to do...
@NaderAlAwar and I already had a quick chat about this on slack. This issue would try to track the discussion on which automated formatting tool to use. I will go...
Hey, would you take a look at https://github.com/kokkos/kokkos/issues/7603? You guys might have seen it and know what is the issue.