#include "Kokkos_Core.hpp"
Go to the source code of this file.
|
template<typename Scalar > |
KOKKOS_INLINE_FUNCTION Scalar | Stokhos::shfl_down (const Scalar &val, const int &delta, const int &width) |
|
template<typename Scalar > |
KOKKOS_INLINE_FUNCTION Scalar | Stokhos::shfl_up (const Scalar &val, const int &delta, const int &width) |
|
template<typename Scalar > |
KOKKOS_INLINE_FUNCTION Scalar | Stokhos::shfl_down (const Scalar &val, const int &delta, const int &width, const int &mask) |
|
template<typename Scalar > |
KOKKOS_INLINE_FUNCTION Scalar | Stokhos::shfl_up (const Scalar &val, const int &delta, const int &width, const int &mask) |
|
KOKKOS_INLINE_FUNCTION void | Stokhos::sync_warp (const int &mask) |
|
#define HAVE_CUDA_SHUFFLE 0 |