Models: cleaning of the global caching mechanism
This commit is contained in:
@@ -169,7 +169,7 @@ array& array::operator=(controller<TYPE> const & c)
|
||||
assert(dtype_ == c.x().dtype());
|
||||
array_expression expression(*this, c.x(), op_element(OPERATOR_BINARY_TYPE_FAMILY, OPERATOR_ASSIGN_TYPE), context_, dtype_, shape_);
|
||||
execute(controller<array_expression>(expression, c.execution_options(), c.dispatcher_options(), c.compilation_options()),
|
||||
isaac::models(c.execution_options().queue(context_)));
|
||||
isaac::models::get(c.execution_options().queue(context_)));
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user