Skip to content

Commit d23eab9

Browse files
committed
typo
Signed-off-by: youkaichao <[email protected]>
1 parent 500cb84 commit d23eab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-08-11-cuda-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ RuntimeError: CUDA error: an illegal memory access was encountered
309309
Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.
310310
```
311311

312-
It can be inferred that an exception occurrs in a kernel within the CUDA graph. However, conventional methods can only provide information up to this point.
312+
It can be inferred that an exception occurs in a kernel within the CUDA graph. However, conventional methods can only provide information up to this point.
313313

314314
By adding the environment variables `CUDA_ENABLE_COREDUMP_ON_EXCEPTION=1 CUDA_COREDUMP_SHOW_PROGRESS=1 CUDA_COREDUMP_GENERATION_FLAGS='skip_nonrelocated_elf_images,skip_global_memory,skip_shared_memory,skip_local_memory' CUDA_COREDUMP_FILE="/tmp/cuda_coredump_%h.%p.%t"`, we can clearly identify the kernel that caused the error:
315315

0 commit comments

Comments
 (0)