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 | You might want to use cudaGetErrorString(sync_error) here to fulfill %s? |
You might want to use cudaGetErrorString(sync_error) here to fulfill %s?