Feature: Merged kernel-fusion branch
* Fuses multiple AXPY kernel * Possibility to add thread-wise for loops in AXPY-like kernels
This commit is contained in:
@@ -55,7 +55,7 @@ inline std::string neutral_element(op_element const & op, driver::backend_type b
|
||||
}
|
||||
}
|
||||
|
||||
inline bool is_dot(array_expression::node const & node)
|
||||
inline bool is_dot(math_expression::node const & node)
|
||||
{
|
||||
return node.op.type_family==OPERATOR_VECTOR_DOT_TYPE_FAMILY
|
||||
|| node.op.type_family==OPERATOR_COLUMNS_DOT_TYPE_FAMILY
|
||||
|
Reference in New Issue
Block a user