|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <WorkGroup.hpp>
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_ |
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)