Tomasetti Romin
Tomasetti Romin
@rppawlo @bartlettroscoe Any plan to deprecate (or remove) `Teuchos::any` ?
I think it would be nice to raise this as soon as possible in a Teuchos meeting. I personally don't have enough time resources to do it, but I quickly...
Hi @dalg24 @crtrott ! Reading this PR, it urges us to add proper testing for Cuda, don't you think? :wink: (I mean, the `nvtx-connector` is compiled, but there is no...
I'm also affected by this issue. I'm using release `1.12.1`. According to the docstring: // Gets the number of all test parts. This is the sum of the number //...
@dalg24 @masterleinad
@dalg24 I wonder if someone really is using the unordered map with the defaulted size (which is `128`). It think it would be weird that a user code relies on...
We discussed with @dalg24. We could proceed directly with a default constructor for `Kokkos::UnorderedMap` that leaves the object in a default, uninitialized state. We agreed that it could potentially break...
> Split this up into several focused PRs. Avoid drive-by changes. @dalg24 Are you OK with splitting it in 3 as follows? - [x] change in `unique` -> see #6598...
@dalg24 @masterleinad
> What do you mean by "fixi(ng) the move semantics of `Kokkos::View`"? Are you specifically looking at the moved-from state? @dalg24 I think there are 2 points: 1. This PR...