Kernels: more generic temporary workspace checks

This commit is contained in:
Philippe Tillet
2015-08-10 10:19:50 -07:00
parent f56eac5adb
commit f60b82af25
7 changed files with 25 additions and 9 deletions

View File

@@ -124,6 +124,7 @@ void model::execute(controller<expressions_tuple> const & expr)
}
//Execution
// std::cout << std::endl << "Label: " << label << std::endl;
return templates_[label]->enqueue(queue_, program, tools::to_string(label), *fallback_, expr);
}