Daniel Arndt

Results 728 comments of Daniel Arndt

What does the output for the `FAILED` tests look like? Is there some kind of exception/memory access violation or is the function just returning the wrong result?

@ndellingwood I wasn't able to reproduce this. In case you still see it, can you try if ```diff diff --git a/containers/src/Kokkos_DynRankView.hpp b/containers/src/Kokkos_DynRankView.hpp index 42e1e11e2..65b9b57d8 100644 --- a/containers/src/Kokkos_DynRankView.hpp +++ b/containers/src/Kokkos_DynRankView.hpp @@...

@ndellingwood I opened #5308 and #5309 to fix this.

> I still believe the more CMake(TM) way to do this would be to use: See https://github.com/kokkos/kokkos/pull/4105.

Also, note that `ArborX` is using vendor libraries for `Cuda`, `HIP` and `SYCL`.

> I want to think about this a bit more, in particular I want to think about whether we can make this less overhead. I am actually a bit concerned...

> Regarding the test. I guess I can add a completely new test, its just I have to add a new executable ... I would be fine with just using...

Looks like this has become stale and was tagged for the 3.6 release. @crtrott What's the status here? Do you intend to finish it for the next release?

The actual `Legion` code can be found at https://gitlab.com/StanfordLegion/legion/-/blob/master/runtime/realm/kokkos_interop.cc#L168-288.