Core: added queue-wise temporary workspace. WARNING: breaks the fused computation of multiple DOT/GEMV operations

This commit is contained in:
Philippe Tillet
2015-11-27 18:43:46 -05:00
parent dfbe52c20a
commit 386963a6cc
12 changed files with 80 additions and 93 deletions

View File

@@ -276,10 +276,6 @@ void export_core()
.def(bp::self OP bp::self)\
ADD_SCALAR_HANDLING(OP)
bp::class_<sc::math_expression>
("math_expression_container", bp::init<sc::math_expression const &>())
;
bp::class_<sc::math_expression >("math_expression", bp::no_init)
ADD_ARRAY_OPERATOR(+)
ADD_ARRAY_OPERATOR(-)