Daniel Arndt
Daniel Arndt
Can you please rebase on top of `develop` (or merge) to avoid running with broken configurations?
> Merging done. For merging, can you squash the commits, as the history of this branch is quite messy? Yes, we normally squash commits before merging.
> I think I merged the latest version of `develop`, but the same build errors not related to the PR are still showing up. Yes, it seems an update in...
> I also notice a failure on the OpenACC backend, should I disable it ? The errors look like ```bash /var/jenkins/workspace/Kokkos_PR-6954/core/src/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp", line 242: error: no instance of constructor "Kokkos::Sum::Sum [with...
The question is whether disallowing creating an unmanaged View without the `MemoryUnmanaged` trait is worth any change. That would likely break code all over the place. Deprecating that trait would...
Do you have a good motivation for using `kokkos_malloc` over a `Kokkos::View` allocation? How much does it matter to allocate on the correct instance? Note that we are fencing when...
@romintomasetti FYI
> Do the `no_immediate_command_list` changes stand on their own or are do they only make sense in the context of this PR? Whether or not to use immediate command lists...
Yeah, something like that, maybe also call `cudaGraphDebugDotPrint`?
#6902 provides a hotfix but we should revisit in #6164.