Tiramisu Compiler
|
#include <cuda_ast.h>
Inherits tiramisu::cuda_ast::op.
Public Member Functions | |
unary (primitive_t type, statement_ptr operand, std::string &&op_symbol) | |
void | print (std::stringstream &ss, const std::string &base) override |
statement_ptr | replace_iterators (std::unordered_map< std::string, gpu_iterator > &iterators) override |
Public Member Functions inherited from tiramisu::cuda_ast::statement | |
primitive_t | get_type () const |
std::string | print () |
virtual void | print_body (std::stringstream &ss, const std::string &base) |
virtual std::pair< statement_ptr, statement_ptr > | extract_min_cap () |
Additional Inherited Members | |
Protected Member Functions inherited from tiramisu::cuda_ast::op | |
op (primitive_t type, const std::vector< statement_ptr > &operands) | |
std::unordered_set< std::string > | extract_scalars () override |
Protected Member Functions inherited from tiramisu::cuda_ast::statement | |
statement (primitive_t type) | |
Protected Attributes inherited from tiramisu::cuda_ast::op | |
std::vector< statement_ptr > | m_operands |
Definition at line 445 of file cuda_ast.h.
tiramisu::cuda_ast::unary::unary | ( | primitive_t | type, |
statement_ptr | operand, | ||
std::string && | op_symbol | ||
) |
|
overridevirtual |
Implements tiramisu::cuda_ast::statement.
|
overridevirtual |
Reimplemented from tiramisu::cuda_ast::statement.