Daniel Arndt

Results 789 comments of Daniel Arndt

> @masterleinad -- Has this issue been resolved? No.

Couldn't we also possibly use `#pragma push_macro("min")` to disable the macro and re-enable it at the end of the file with `#pragma pop_macro("min")`?

The main problem here is that the code implicitly creates a View of Views which has a variety of problems, see https://github.com/kokkos/kokkos/wiki/View#623-can-i-make-a-view-of-views. This is hard to deal with in the...

The `OpenMPTarget` backend is still not very stable and might change a lot. Which release/commit are you using?

Can you try the `develop` branch instead? `master` only reflects the latest release.

> I know I'm again jumping the gun on a draft PR, but is this also going to need to be applied to 3.7, since it's an added 3.x deprecation?...

Only the `OPENMPTARGET-Clang` CI is timing out. This looks unrelated.

In any case, was never intended to be `static`, see https://github.com/kokkos/kokkos/wiki/Kokkos::ExecutionSpaceConcept, but was implemented as such for some backends.

> Looks like there was an infrastructure failure of some kind in the test - can this be marked for retest once that is resolved? No, https://cloud.cees.ornl.gov/jenkins-ci/blue/organizations/jenkins/Kokkos/detail/Kokkos/10560/pipeline is failing with...