Skip to content

Commit

Permalink
remove mutate, fix t_unit_to_python
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Mar 6, 2024
1 parent 0dc0c75 commit b477856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopy/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def t_unit_to_python(t_unit, var_name="t_unit",
"import loopy as lp",
"import numpy as np",
"from pymbolic.primitives import *",
"import constantdict",
"from constantdict import constantdict",
])
body_str = "\n".join(knl_python_code_srcs + ["\n", merge_stmt])

Expand Down

0 comments on commit b477856

Please sign in to comment.