#include <cuda_ast.h>
|
std::string | get_cpu_obj (const std::string &obj_name) const |
|
std::string | get_gpu_obj (const std::string &obj_name) const |
|
| compiler (const std::string &code) |
|
bool | compile (const std::string &obj_name) const |
|
Definition at line 716 of file cuda_ast.h.
tiramisu::cuda_ast::compiler::compiler |
( |
const std::string & |
code | ) |
|
|
explicit |
bool tiramisu::cuda_ast::compiler::compile |
( |
const std::string & |
obj_name | ) |
const |
std::string tiramisu::cuda_ast::compiler::get_cpu_obj |
( |
const std::string & |
obj_name | ) |
const |
std::string tiramisu::cuda_ast::compiler::get_gpu_obj |
( |
const std::string & |
obj_name | ) |
const |
The documentation for this class was generated from the following file: