Deals with the execution of unary and binary element-wise operations. More...
#include "viennacl/forwards.h"
#include "viennacl/scheduler/forwards.h"
#include "viennacl/scheduler/execute_util.hpp"
#include "viennacl/linalg/vector_operations.hpp"
#include "viennacl/linalg/matrix_operations.hpp"
Go to the source code of this file.
Namespaces | |
viennacl | |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
viennacl::scheduler | |
Contains the scheduling functionality which allows for dynamic kernel generation as well as the fusion of multiple statements into a single kernel. | |
viennacl::scheduler::detail | |
Implementation details for the scheduler. | |
Macros | |
#define | VIENNACL_SCHEDULER_GENERATE_UNARY_ELEMENT_OP(OPNAME, NumericT, OPTAG) |
#define | VIENNACL_SCHEDULER_GENERATE_UNARY_ELEMENT_OP(OPNAME, NumericT, OPTAG) |
Functions | |
void | viennacl::scheduler::detail::element_op (lhs_rhs_element result, lhs_rhs_element const &x, operation_node_type op_type) |
void | viennacl::scheduler::detail::element_op (lhs_rhs_element result, lhs_rhs_element const &x, lhs_rhs_element const &y, operation_node_type op_type) |
void | viennacl::scheduler::execute_element_composite (statement const &s, statement_node const &root_node) |
Deals with x = RHS where RHS is a vector expression. More... | |
Deals with the execution of unary and binary element-wise operations.
Definition in file execute_elementwise.hpp.
#define VIENNACL_SCHEDULER_GENERATE_UNARY_ELEMENT_OP | ( | OPNAME, | |
NumericT, | |||
OPTAG | |||
) |
#define VIENNACL_SCHEDULER_GENERATE_UNARY_ELEMENT_OP | ( | OPNAME, | |
NumericT, | |||
OPTAG | |||
) |