Skip to content

Commit 88df482

Browse files
yaoyaodingCopilot
andcommitted
Update python/tilus/backends/emitters/cuda/cp_async_tensor.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Yaoyao Ding <[email protected]>
1 parent 1c1b169 commit 88df482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tilus/backends/emitters/cuda/cp_async_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,6 @@ def emit(self, inst: CopyAsyncTensorCommitGroupInst) -> None:
358358

359359

360360
@register_emitter(CopyAsyncTensorWaitGroupInst, target=nvgpu_sm90)
361-
class CopyAysncWaitGroupInstEmitter(BaseInstEmitter):
361+
class CopyAsyncWaitGroupInstEmitter(BaseInstEmitter):
362362
def emit(self, inst: CopyAsyncTensorWaitGroupInst) -> None:
363363
self.append(cp_async_tensor_wait_group(inst.n))

0 commit comments

Comments
 (0)