Skip to content

Commit aa46ad6

Browse files
committed
fix crash dump
Signed-off-by: Boyan Li <boyanl@nvidia.com>
1 parent 53bf338 commit aa46ad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cuda/tile/_compile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ def compile_tile(pyfunc,
249249
except TileCompilerError as e:
250250
if context.config.enable_crash_dump:
251251
_compiler_crash_dump(func_ir, bytecode_generator, e.message,
252-
e.compiler_flags, e.compiler_version)
252+
e.compiler_flags, e.compiler_version,
253+
bytecode_version)
253254

254255
raise e
255256

0 commit comments

Comments
 (0)