Skip to content

Commit df21677

Browse files
yaoyaodingCopilot
andauthored
Update python/tilus/backends/emitters/cuda/cp_async_tensor.py
Co-authored-by: Copilot <[email protected]>
1 parent 6c09780 commit df21677

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
@@ -352,7 +352,7 @@ def emit(self, inst: CopyAsyncTensorSharedToGlobalInst) -> None:
352352

353353

354354
@register_emitter(CopyAsyncTensorCommitGroupInst, target=nvgpu_sm90)
355-
class CopyAysncCommitGroupInstEmitter(BaseInstEmitter):
355+
class CopyAsyncCommitGroupInstEmitter(BaseInstEmitter):
356356
def emit(self, inst: CopyAsyncTensorCommitGroupInst) -> None:
357357
self.append(cp_async_tensor_commit_group())
358358

0 commit comments

Comments
 (0)