Francesco Rizzi
Francesco Rizzi
Trying to simplify things using C++17, I have: ```cpp template KOKKOS_FUNCTION void replace_impl(const ExeSpaceOrTeamHandle& ExOrTh, IteratorType first, IteratorType last, const ValueType& old_value, const ValueType& new_value, Args&&... labelOrEmpty) { // checks...
avoid CTAD for RangePolicy because we get: ```cpp /var/jenkins/workspace/Kokkos/algorithms/unit_tests/../src/std_algorithms/impl/Kokkos_ReplaceCopy.hpp:108:7: error: ambiguous deduction for template arguments of 'RangePolicy' RangePolicy(ex, 0, num_elements), ```
retest this please
@jstrzebonski I looked at your latest commits. **Please stop working on new algorithms until the following comments are solved.** - please keep an updated a list somewhere (like at the...
@jstrzebonski there are some CI failures
@PhilMiller thanks for starting on this! These are good general thoughts. Following up on this, since the task wording is specific, I think we should dig deeper into "explore generic...
@masterleinad thanks! it is literally just 8 lines of cmake which we can make a macro for. I feel like 24 lines of cmake (8 times 3 subpackages) supersedes the...
@cz4rs is this finished or you are still working on the other perf tests like PerfTest_ViewFill, etc?
thanks, look like a good solution! Some comments: - i think we should also find a way to save plots with some filename convention - we need to figure out...
retest this please