Skip to content
Snippets Groups Projects
Commit c80f1d71 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Remove barriers from sum factorization implementations

The y ar enot properly implemented right now, do not seem
to be necessary and conflict with recent changes in loopy.
parent 4e3e47bd
No related branches found
No related tags found
No related merge requests found
......@@ -83,11 +83,6 @@ def _realize_sum_factorization_kernel(sf):
ctags = ctags + ",vec"
vec_shape = (sf.vector_width,)
# Put a barrier before the sumfactorization kernel
insn_dep = frozenset({barrier(depends_on=insn_dep,
within_inames=frozenset(sf.within_inames),
)})
# Decide in which order we want to process directions in the
# sumfactorization. A clever ordering can lead to a reduced
# complexity. This will e.g. happen at faces where we only have
......
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