kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::concepts::DualView Concept Reference

Specify that a type is a Kokkos::DualView. More...

#include <DualView.hpp>

Concept definition

template<typename T>
concept Kokkos::utils::concepts::DualView = Kokkos::is_dual_view_v<T>
Specify that a type is a Kokkos::DualView.
Definition DualView.hpp:11

Detailed Description

Specify that a type is a Kokkos::DualView.

Definition at line 11 of file DualView.hpp.