RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
List of all members
RAJA::policy::workgroup::reverse_ordered Struct Reference

#include <WorkGroup.hpp>

Inheritance diagram for RAJA::policy::workgroup::reverse_ordered:
RAJA::PolicyBaseT< Policy_, Pattern_, Launch_, Platform_, Traits > RAJA::PolicyBase

Additional Inherited Members

- Static Public Attributes inherited from RAJA::PolicyBaseT< Policy_, Pattern_, Launch_, Platform_, Traits >
static constexpr Policy policy = Policy_
 
static constexpr Pattern pattern = Pattern_
 
static constexpr Launch launch = Launch_
 
static constexpr Platform platform = Platform_
 

Detailed Description

execute the enqueued loops in the reverse order from the order that they were enqueued Note this is intended for debugging, the WorkGroup abstraction is intended to allow running loops in an unordered fashion (loop fusion)


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