RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Static Public Member Functions | List of all members
RAJA::TileExecute< seq_exec, SEGMENT > Struct Template Reference

#include <launch.hpp>

Static Public Member Functions

template<typename LaunchContextPolicy , typename TILE_T , typename BODY >
static RAJA_HOST_DEVICE RAJA_INLINE void exec (LaunchContextT< LaunchContextPolicy > const RAJA_UNUSED_ARG(&ctx), TILE_T tile_size, SEGMENT const &segment, BODY const &body)
 

Member Function Documentation

◆ exec()

template<typename SEGMENT >
template<typename LaunchContextPolicy , typename TILE_T , typename BODY >
static RAJA_HOST_DEVICE RAJA_INLINE void RAJA::TileExecute< seq_exec, SEGMENT >::exec ( LaunchContextT< LaunchContextPolicy > const RAJA_UNUSED_ARG ctx,
TILE_T  tile_size,
SEGMENT const &  segment,
BODY const &  body 
)
inlinestatic

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