|
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/utils.hpp"#include "viennacl/device_specific/forwards.h"Go to the source code of this file.
Data Structures | |
| class | traversal_functor |
| base functor class for traversing 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 | |
| template<class Fun > | |
| void | traverse (scheduler::statement const &statement, unsigned int root_idx, Fun const &fun, bool inspect) |
| Recursively execute a functor on a statement. | |
1.7.6.1