Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/CuTeDSL/cutlass/base_dsl/jit_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down