RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | Public Attributes | Friends | List of all members
RAJA::util::PluginContext Struct Reference

#include <PluginContext.hpp>

Public Member Functions

 PluginContext (const Platform p, std::string &&name)
 

Public Attributes

Platform platform
 
std::string kernel_name
 

Friends

class KokkosPluginLoader
 

Constructor & Destructor Documentation

◆ PluginContext()

RAJA::util::PluginContext::PluginContext ( const Platform  p,
std::string &&  name 
)
inline

Friends And Related Function Documentation

◆ KokkosPluginLoader

friend class KokkosPluginLoader
friend

Member Data Documentation

◆ platform

Platform RAJA::util::PluginContext::platform

◆ kernel_name

std::string RAJA::util::PluginContext::kernel_name

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