Phalanx  Development
 All Classes Functions Variables Typedefs Enumerations Friends Pages
Public Attributes | List of all members
PHX::DevicePtrWrapper< T > Struct Template Reference

#include <Phalanx_VirtualFunctionOnDevice.hpp>

Public Attributes

T * ptr
 

Detailed Description

template<typename T>
struct PHX::DevicePtrWrapper< T >

Struct for holding pointers to objects in a Kokkos::View. Used for putting virtual functions on device. We can't create a pointer as the Scalar type since the "*" is used to show rank. Need to wrap pointers in a struct.


The documentation for this struct was generated from the following file: