Skip to content
Snippets Groups Projects
Commit 3269e270 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Track isl removal of universe_like

parent e47315e8
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ def boxify(cache_manager, domain, box_inames, context): ...@@ -337,7 +337,7 @@ def boxify(cache_manager, domain, box_inames, context):
domain = domain.move_dims( domain = domain.move_dims(
dim_type.param, n_old_parameters, dim_type.set, 0, n_nonbox_inames) dim_type.param, n_old_parameters, dim_type.set, 0, n_nonbox_inames)
result = domain.universe_like() result = domain.universe(domain.space)
zero = isl.Aff.zero_on_domain(result.space) zero = isl.Aff.zero_on_domain(result.space)
for i in range(len(box_iname_indices)): for i in range(len(box_iname_indices)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment