Daniel Arndt

Results 839 comments of Daniel Arndt

> LGTM with the understanding of major simplification after APIv2 is finalized. Sure.

Looks like we could use `__FreeBSD__`, see https://docs.freebsd.org/en/books/porters-handbook/porting-dads/#porting-versions.

Ah, but that's different, right? We should just mark `property` as `maybe_unused`.

Superseded by #5982 and #5976.

You should probably use a test similar to the one added in https://github.com/kokkos/kokkos/pull/6296 to test the local memory implementation for Cuda and HIP (and small types of course).

I pushed a fix for SYCL. For some reason, we were not using the same (proper) way of dealing with the `num_teams_done` variable as for `RangePolicy` and `MDRangePolicy`. Essentially, we...

> Thanks for this! I think there's no need for another PR as long as we can deal with the [CI timeout](https://cloud.cees.ornl.gov/jenkins-ci/blue/organizations/jenkins/Kokkos/detail/Kokkos/14713/pipeline/49): Looks like the `array_reduce` is still not working....

> Looks like the `array_reduce` is still not working. I'll debug that more and restore that guard for that test. I pushed another fix that somewhat hides the real issue...

> @masterleinad The only `FIXME` left is for `OpenACC` (`size_t` and `double`). I look forward to getting this merged and dealing with `OpenACC` / adding more tests in a follow-up....