Daniel Arndt
Daniel Arndt
Copying the parallel layout from `displacement`, we are missing some locally relevant DoFs we are accessing in `compute_stress`.
Part of #6164. Addressing https://github.com/kokkos/kokkos/pull/6164#issuecomment-1739953719. TriBITS allos disabling tests via ``` -D _DISABLE:BOOL=ON ``` and this pull request mirrors that behavior so that `Trilinos` can continue disable `Kokkos` tests even...
Necessary for #45554 when building with Trilinos+Cuda.
Fixes #7373. @stanmoore1 Can you confirm that this works for you? This fixes using `SequentialHostInit` with `DualView` for the constructor and `resize`. `realloc` doesn't work properly with `View` of `Views`...
Addressing https://github.com/kokkos/kokkos/pull/7304#discussion_r1747883125. Should largely be orthogonal to #7304 but still needs that pull request to pass tests. This pull request also makes sure that we can construct a `RandomAccessIterator` from...
There is demand for being able to set the subgroup size per kernel. ~~This is mostly for discussion and for people to try it out.~~ The feature is described in...
In response to https://github.com/kokkos/kokkos/pull/7423#issuecomment-2411469111. The implementations we had in place for checking that the maximum scratch size or the maximum team size wasn't exceeded were throwing runtime exceptions so we...
Related to https://github.com/kokkos/kokkos/issues/7090. It's strane that the `Threads` backend only uses one thread by default whereas we autodetect the number of hardware concurrent threads for other host parallel backends.
Addressing https://github.com/kokkos/kokkos/pull/7368#issuecomment-2389330353. This avoids using the buggy code path fixed in #7368 when we compile without deprecated code enabled.