79774899

Date: 2025-09-25 13:39:20
Score: 0.5
Natty:
Report link

1.Add debug flags when creating RawKernel:

compute_systemG_kernel = cp.RawKernel(
    lines, "compute_systemG_kernel",
    options=("-G", "--generate-line-info")
)

2.Launch with:

cuda-gdb --args python train.py
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Odilkhon