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

Clarify scope of get_visual_iname_order_embedding warning

parent 5370bc62
No related branches found
No related tags found
No related merge requests found
......@@ -1081,7 +1081,9 @@ class LoopKernel(ImmutableRecordWithoutPickling):
warn_with_kernel(self,
"iname-order",
"get_visual_iname_order_embedding() could not determine a "
"consistent iname nesting order")
"consistent iname nesting order. This is a possible indication "
"that the kernel may not schedule successfully, but for now "
"it only impacts printing of the kernel.")
embedding = dict((iname, iname) for iname in self.all_inames())
return embedding
......
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