Template Class in¶
Defined in File function.hpp
Inheritance Relationships¶
Base Types¶
public legion::core::compute::in_ident
(Struct in_ident)public legion::core::compute::detail::buffer_base
(Struct buffer_base)
Class Documentation¶
-
template<class
T
>
classlegion::core::compute
::
in
: public legion::core::compute::in_ident, public legion::core::compute::detail::buffer_base¶ Wraps a vector parameter to a kernel invocation, marks it as an in-bound parameter, can have an optional name.
Wraps a vector parameter to a kernel invocation, marks it as an in and out-bound parameter, can have an optional name.