When a kernel execution fails, the CUDA plugin prints a more descriptive message about the nature of the failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
652 ↗ | (On Diff #92536) | You might want to use cudaGetErrorString(sync_error) here to fulfill %s? |
Comment Actions
Updated diff.
libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
652 ↗ | (On Diff #92536) | Correct, done in new diff. |