Damien L-G
Damien L-G
I am torn on this. I don't mind too much the `to_array` free functions but I am afraid others will soon come and ask for regular conversion operations and I...
`Kokkos::to_array(std::array) -> Kokkos::Array` looks like the obvious choice but what did you have in mind for the conversion Kokkos:: to std::array? `Kokkos::to_std_array(Kokkos::Array) -> std::array`? Apparently Kokkos::pair has a to_std_pair() member...
Alias: I am not loving the uppercase A either but I wonder if that would not just add more to confusion. Remember that there is no CTAD on aliases in...
> What do you think of deprecating `Kokko::Array` in favor of `Kokkos::array` ? This alias could be used in 4.5 and make `Kokkos::Array` the alias in 5.0 ? Not sure...
Why do we need `MDSPAN_CXX_STANDARD` in the first place?
Superseded by #8234
Please elaborate why we want that.
> Also @ndellingwood, it seems like most of these are actually include guards (in the Tpetra case, probably correctly named, since the files do have Kokkos in the name) --...
> Those PRs should fix all of the Tpetra-relevant portions of this issue. See https://github.com/trilinos/Trilinos/pull/11465/files#r1069727173 * Symbols you should avoid to define (in the global namespace) `KokkosFoo` `Kokkos_Foo` (technically covered...
Not fully resolved Still seeing offenders in Sacado, Stokhos, Teuchos, ...