Daniel Arndt
Daniel Arndt
- Keeps `partiton_master` deprecated. - Introduces `Kokkos_ENABLE_DISABLED_CODE_4`.
Trying #2024 on top of #5277. Fixes #1873.
This pull request removes support for the dummy `std::integral_constant` `ViewCtor` properties and replaces the mechanism to add properties (that weren't existent already) with a separate function. This avoids writing much...
Trying to address #3256 by relying on `CMake`'s `FindOpenMP`.
Fixes #1561. Based on top of #5141.
It's rather annoying/confusing seeing `int`s used instead of bools.
Addressing https://github.com/kokkos/kokkos/pull/5144#discussion_r919069828. I don't feel strongly about deleting the other test otr not.
Fixes https://github.com/kokkos/kokkos/issues/5156, improves https://github.com/kokkos/kokkos/issues/2034. Extending `FunctorAnalysis` to be able to be used with templated call operators appears to be very difficult. On the other hand, the overloads of `parallel_reduce` and...
The crucial new lines of code are ```C++ auto dummy_reduction_lambda = reduction_lambda_factory({1, cgh}, num_teams_done, nullptr); static sycl::kernel kernel = [&] { sycl::kernel_id functor_kernel_id = sycl::get_kernel_id(); auto kernel_bundle = sycl::get_kernel_bundle( q.get_context(),...