|
template<typename T , typename Device > |
void | array_deep_copy (T *array, const Kokkos::View< T *, Kokkos::LayoutRight, Device > &view) |
|
template<typename T , typename Device > |
void | array_deep_copy (T *array, const Kokkos::View< T **, Kokkos::LayoutRight, Device > &view) |
|
template<typename T , typename Device > |
void | array_deep_copy (T *array, const Kokkos::View< T ***, Kokkos::LayoutRight, Device > &view) |
|
template<typename T , typename Device > |
void | array_deep_copy (T *array, const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view) |
|
template<typename T , typename Device > |
void | array_deep_copy (T *array, const Kokkos::View< T *****, Kokkos::LayoutRight, Device > &view) |
|
template<typename T , typename Device > |
void | array_deep_copy (T *array, const Kokkos::View< T ******, Kokkos::LayoutRight, Device > &view) |
|
template<typename T , typename Device > |
void | array_deep_copy (const Kokkos::View< T *, Kokkos::LayoutRight, Device > &view, T *array) |
|
template<typename T , typename Device > |
void | array_deep_copy (const Kokkos::View< T **, Kokkos::LayoutRight, Device > &view, T *array) |
|
template<typename T , typename Device > |
void | array_deep_copy (const Kokkos::View< T ***, Kokkos::LayoutRight, Device > &view, T *array) |
|
template<typename T , typename Device > |
void | array_deep_copy (const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view, T *array) |
|
template<typename T , typename Device > |
void | array_deep_copy (const Kokkos::View< T *****, Kokkos::LayoutRight, Device > &view, T *array) |
|
template<typename T , typename Device > |
void | array_deep_copy (const Kokkos::View< T ******, Kokkos::LayoutRight, Device > &view, T *array) |
|
template<typename T > |
void | subarray_deep_copy (T *array, const Kokkos::View< T *, Kokkos::LayoutRight, DeviceType > &view, int isp) |
|
template<typename T > |
void | subarray_deep_copy (T *array, const Kokkos::View< T ***, Kokkos::LayoutRight, DeviceType > &view, int isp) |
|
template<typename T > |
void | subarray_deep_copy (const Kokkos::View< T *, Kokkos::LayoutRight, DeviceType > &view, T *array, int isp) |
|
template<typename T > |
void | subarray_deep_copy (const Kokkos::View< T ***, Kokkos::LayoutRight, DeviceType > &view, T *array, int isp) |
|