VisionCpp
0.0.1
|
OutputAccessor struct is used to generate an accessor when the node is not root. More...
#include <local_output.hpp>
Static Public Member Functions | |
static auto | getTuple (cl::sycl::handler &cgh) -> decltype(tools::tuple::make_tuple()) |
OutputAccessor struct is used to generate an accessor when the node is not root.
When the node is root no local accessor will be created. Therefore we eliminate the extra local memory for root node.
Definition at line 33 of file local_output.hpp.
|
inlinestatic |
Definition at line 34 of file local_output.hpp.
References visioncpp::internal::tools::tuple::make_tuple().