Daniel Arndt

Results 728 comments of Daniel Arndt

@crtrott I dropped the `mutable` specifier for the lambdas.

> Testing lambdas that are generic over the index argument would be nice to add, but I don't see it as necessary. I tried that first but `Cuda` doesn't allow...

This needs more discussion anyway. The main question is if we primarily let the functor or the return value let determine the value type. In the former case, the question...

Again, only `OpenACC` is spuriously failing: ``` Start 33: KokkosCore_IncrementalTest_OPENACC 33: Test command: /var/jenkins/workspace/Kokkos/build/core/unit_test/KokkosCore_IncrementalTest_OPENACC 33: Test timeout computed to be: 1500 33: Error: no GPU available for execution. 33: Raised...

Deducing the value type from the final member function for parallel_reduce without return type takes some more work and I think it's fine to consider doing this in another pull...

> This actually did break compilation of the OpenACC backend, needs fixing. :unamused: