Daniel Arndt

Results 789 comments of Daniel Arndt

I ended up reordering execution spaces so that host spaces are initialized first since I didn't find a good way to test https://github.com/kokkos/kokkos/blob/d19aab9981a2c447e832a7b4eb7b16992328fb14/core/src/Cuda/Kokkos_Cuda_Instance.cpp#L360-L367 (since it's in a *.cc file and...

Only the SYCL build is timing out in `Kokkos_Serial1` which looks spurious.

`CUDA-9.2-NVCC` failing in `default_exec.overlap_mdrange_policy` looks spurious.

I would be in favor of adding an alias that can be used for backends such as `DefaultSharedMemorySpace` as also suggested by @crtrott. I think we should get rid of...

Also, see https://github.com/arborx/ArborX/blob/baf4d9480d3a0f7470826011d7a806033c4d02c3/docker/Dockerfile.sycl#L63-L78.

Also, it's worthwhile keeping https://stackoverflow.com/a/67924408 in mind. I'm not quite sure if we should any kind of workaround here but I always have to deal with it.

> If I understood correctly, changing the order of includes should be sufficient. And that's what I did. User code can still include `` before any `Kokkos` header. I don't...

> Consider having simple abstractions I added a `get_property` function that allows to "[...] eliminate all of the multiple inheritance cast to some arbitrary parent trick to access property value"...

Jenkins CI passe din https://cloud.cees.ornl.gov/jenkins-ci/blue/organizations/jenkins/Kokkos/detail/Kokkos/10274/pipeline but doesn't show here.