KhronosGroup / SYCL_Reference

SYCL Reference Manual
http://khronos.org/sycl/reference/
Other
25 stars 22 forks source link

Error handling chapter desing #114

Open PetroBondar opened 11 months ago

PetroBondar commented 11 months ago

Currently, the "Error Handling" chapter looks like this: image

The proposed structure looks like this:

mkinsner commented 11 months ago

I think it would be good to:

  1. Raise the "async error handler" (https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#subsubsec:exception.async) section to the higher level
  2. Move the exceptions section to be first to be the first sub-section

With these changes the outline would look like:

PetroBondar commented 11 months ago

Thanks for the comment! It sounds good to me. I'll update it this way.

PetroBondar commented 11 months ago

PR with renewed skeleton: https://github.com/KhronosGroup/SYCL_Reference/pull/115