RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Static Public Attributes | List of all members
RAJA::detail::get_platform< T, typename > Struct Template Reference

#include <get_platform.hpp>

Static Public Attributes

static constexpr Platform value = Platform::undefined
 

Detailed Description

template<typename T, typename = void>
struct RAJA::detail::get_platform< T, typename >

Returns the platform for the specified execution policy. This is a catch-all, so anything undefined gets Platform::undefined

Member Data Documentation

◆ value

template<typename T , typename = void>
constexpr Platform RAJA::detail::get_platform< T, typename >::value = Platform::undefined
staticconstexpr

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