Skip to content

Commit b91279e

Browse files
authored
Update wrapper.py
1 parent a12dfad commit b91279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tilelang/jit/adapter/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def create_dispatch_func(self, code, function_informations):
236236
function_args = []
237237

238238
# Collect function arguments based on primary function's parameters and buffer mappings
239-
# QA(@lei): Why don't use device_mod.params?
239+
# QA(@lei): Why not use device_mod.params?
240240
# device func lack buffer map (to convert buffer handle to buffer)
241241
for param in self.prim_func.params:
242242
if param in self.prim_func.buffer_map:

0 commit comments

Comments
 (0)