Skip to content

Commit 3b73bb8

Browse files
alexfiklinducer
authored andcommitted
feat(typing): add types to realize_ilp
1 parent 55cd20a commit 3b73bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopy/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def find_temporary_address_space(kernel):
454454

455455
# {{{ realize_ilp
456456

457-
def realize_ilp(kernel):
457+
def realize_ilp(kernel: LoopKernel) -> LoopKernel:
458458
logger.debug("%s: add axes to temporaries for ilp" % kernel.name)
459459

460460
from loopy.kernel.data import IlpBaseTag, VectorizeTag, filter_iname_tags_by_type

0 commit comments

Comments
 (0)