|
ViennaCL - The Vienna Computing Library
1.5.2
|
#include <set>#include "CL/cl.h"#include "viennacl/forwards.h"#include "viennacl/scheduler/forwards.h"#include "viennacl/device_specific/forwards.h"#include "viennacl/device_specific/tree_parsing/traverse.hpp"Go to the source code of this file.
Data Structures | |
| class | evaluate_expression_traversal |
| functor for generating the expression string from a statement More... | |
Namespaces | |
| namespace | viennacl |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
| namespace | viennacl::device_specific |
Provides an OpenCL kernel generator. | |
| namespace | viennacl::device_specific::tree_parsing |
Functions | |
| const char * | evaluate (scheduler::operation_node_type type) |
| generate a string from an operation_node_type | |
| const char * | evaluate_str (scheduler::operation_node_type type) |
| std::string | evaluate_expression (scheduler::statement const &statement, unsigned int root_idx, index_tuple const &index, int simd_element, mapping_type const &mapping, node_type initial_leaf) |
1.7.6.1