From 9ad15140cc702fb651f64b0068bba6887c8b570c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E5=85=86=E6=A5=B7?= Date: Mon, 6 Oct 2025 14:25:38 +0800 Subject: [PATCH] [fixed] update_jit_cuda_modules mislead function comment --- python/CuTeDSL/cutlass/base_dsl/jit_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CuTeDSL/cutlass/base_dsl/jit_executor.py b/python/CuTeDSL/cutlass/base_dsl/jit_executor.py index 83268009c8..55377a4352 100644 --- a/python/CuTeDSL/cutlass/base_dsl/jit_executor.py +++ b/python/CuTeDSL/cutlass/base_dsl/jit_executor.py @@ -257,7 +257,7 @@ def run_compiled_program(self, exe_args): raise DSLRuntimeError(f"💥💥💥 Runtime Crash 💥💥💥", cause=e) def update_jit_cuda_modules(self, kernel_symbols): - # preload cuda module from compiled cubin in ir and store to jit_executor.kernels. + # preload cuda module from compiled cubin in ir and store to jit_executor.cuda_modules. if len(kernel_symbols) > 0: extra_args = [] module = self.ir_module