Daniel Arndt

Results 161 issues of Daniel Arndt

This should be useful for `XGC`. In particular, this pull request separates `TreeTraversal` construction and actually running the search allowing applications to use the `TreeTraversal` class in their own `Kokkos`...

Possible fix for #272.

testing

Fixes #5440. For compilers that do two passes for device functions, we need to make sure that also the host pass for the device function gets the correct attribute. Notably,...

#4875 introduced an option for foricng the workgroup/block size for `SYCL` in `RangePolicy` `parallel_for`. We should discuss if we want to do the same thing for different (GPU) backends and...

Following https://github.com/kokkos/kokkos/pull/5105#discussion_r948338397, this pull request guards `t_openmp_instance` with `KOKKOS_ENABLE_DEPRECATED_CODE_3` such that it's removed when removing `partition_master`.

Passing `FunctorAnalysis` directly allows for simplifying the backend implementation and simplifies checking requirements on functor and reducer (even though nothing new is introduced here in this regard). Based on #5169...

In the last hackathon I was mentoring, my team wanted to use `MemorytTraits:::Atomic` with a custom type. This currently requires defining all kinds of `volatile` qualified member functions which is...

We decided in #5349 to add an option to bypass our `CMake` compiler (version) check to allow using an unsupported compiler such as `XLClang`.