Skip to content

Commit 0cfe1f2

Browse files
committed
lint fix
1 parent c8e1a1b commit 0cfe1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tilelang/jit/adapter/cython/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def from_database(cls,
345345
adapter._post_init()
346346
return adapter
347347

348-
def _process_dynamic_symbolic(self) -> Dict[tir.Var, Tuple[int, int]]:
348+
def _process_dynamic_symbolic(self) -> Dict[tir.Var, Tuple[int, int, int]]:
349349
"""Extract information about dynamic shapes from the TIR function.
350350
351351
Maps symbolic variables to their corresponding (id, buffer_index, dimension)

0 commit comments

Comments
 (0)