We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9833e commit bbfd721Copy full SHA for bbfd721
loopy/translation_unit.py
@@ -453,7 +453,7 @@ def __str__(self):
453
454
return "\n".join(
455
str(clbl.subkernel)
456
- for _name, clbl in self.callables_table.items()
+ for clbl in self.callables_table.values()
457
if isinstance(clbl, CallableKernel))
458
459
# FIXME: This is here because Firedrake expects it, for some legacy reason.
0 commit comments