Skip to content
Snippets Groups Projects
Commit d3263cbc authored by Markus Holzer's avatar Markus Holzer
Browse files

Testing

parent f38af3f3
4 merge requests!302Regression !300,!299Fix longruns,!296Gpu block size,!295Revision3
......@@ -638,6 +638,7 @@ def move_constants_before_loop(ast_node):
new_symbol = TypedSymbol(sp.Dummy().name, child.lhs.dtype)
target.insert_before(ast.SympyAssignment(new_symbol, child.rhs, is_const=child.is_const),
child_to_insert_before)
block.append(ast.SympyAssignment(child.lhs, new_symbol, is_const=child.is_const))
def split_inner_loop(ast_node: ast.Node, symbol_groups):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment