Tiramisu Compiler
tiramisu::cuda_ast::buffer_access Class Reference

#include <cuda_ast.h>

Inherits tiramisu::cuda_ast::statement.

Public Member Functions

 buffer_access (buffer_ptr accessed, const std::vector< statement_ptr > &access)
 
void print (std::stringstream &ss, const std::string &base) override
 
statement_ptr replace_iterators (std::unordered_map< std::string, gpu_iterator > &iterators) override
 
std::unordered_set< std::string > extract_scalars () 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_ptrextract_min_cap ()
 

Additional Inherited Members

- Protected Member Functions inherited from tiramisu::cuda_ast::statement
 statement (primitive_t type)
 

Detailed Description

Definition at line 420 of file cuda_ast.h.

Constructor & Destructor Documentation

tiramisu::cuda_ast::buffer_access::buffer_access ( buffer_ptr  accessed,
const std::vector< statement_ptr > &  access 
)

Member Function Documentation

std::unordered_set<std::string> tiramisu::cuda_ast::buffer_access::extract_scalars ( )
overridevirtual

Reimplemented from tiramisu::cuda_ast::statement.

void tiramisu::cuda_ast::buffer_access::print ( std::stringstream &  ss,
const std::string &  base 
)
overridevirtual
statement_ptr tiramisu::cuda_ast::buffer_access::replace_iterators ( std::unordered_map< std::string, gpu_iterator > &  iterators)
overridevirtual

Reimplemented from tiramisu::cuda_ast::statement.


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