Cédric Chevalier
Cédric Chevalier
Just an user comment on this: I think it's good to have the `REQUIRED` concept in the client but for packaging, with Spack for example, it should be better to...
@johnwparent can you describe a little bit more the conflict with Kokkos? We have observed an issue using CMake 3.28.4 and Cuda (https://github.com/kokkos/kokkos/pull/6898), but it should be solved in the...
Fix is present in `4.3.00` which is available in Spack. For other versions, `conflict` should be declared only when `+cuda` is set.
> You can't use `std::copy` in device code for all backends AFAIK. `memcpy` would be usable but only makes sense of the types match and are trivially copyable. I wanted...
> Why can't we template on the type returned by TeamThreadRange, TeamVectorRange, and ThreadVectorRange? That might require storing the team handle but that should be about it. The call for...
I think FENL example should also be listed in https://github.com/kokkos/kokkos-miniapps if this repo is still active.
I have begun to add some simple `local_deep_copy_thread` functions and I will iterate to obtain a better API.
Some thoughts from my experiments: - I think it would be great to land this PR in the next release - It must be disabled by default - The "emulated"...
I have created a sister PR (#7158) for the Grace part. The idea is to merge the new one quickly rebase onto it, and then focus only on the unified...
@alalazo Is it possible to increase the log size of the failed Trilinos build. @nmm0 I think this version of Trilinos might require `cuda_lambda`.