[SYCL] Print detailed error when enqueue failed
Open
confirmed
enhancement
good first issue
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
https://github.com/intel/llvm/blob/b40c5435373db0ddeb815a26de5493e9a2cc2e9e/sycl/source/detail/scheduler/graph_processor.cpp#L39
Currently, if something goes wrong, SYCL RT just throws: `SYCL error: Enqueue process failed.`.
It would be helpful to also print the error message as to what went wrong.
Contributor guide
Assessment
This issue has not been assessed yet.