Skip to content

Commit

Permalink
Type stringify_instruction_list
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 18, 2024
1 parent de45cff commit b475e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopy/kernel/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ def stringify_instruction_tag(tag):
return str(tag)


def stringify_instruction_list(kernel):
def stringify_instruction_list(kernel: LoopKernel) -> str:
# {{{ topological sort

printed_insn_ids = set()
Expand Down

0 comments on commit b475e5a

Please sign in to comment.