Documented major OpenCL features in release 16.
Diff Detail
Event Timeline
| clang/docs/ReleaseNotes.rst | ||
|---|---|---|
| 840 | It's slightly more than that: clang adds nounwind not only for builtin functions, but for any OpenCL function call. | |
| clang/docs/ReleaseNotes.rst | ||
|---|---|---|
| 840 | Thanks, this makes sense... stack unwind in OpenCL kernel is meaningless atm. However has this change been made in a separate commit? | |
| clang/docs/ReleaseNotes.rst | ||
|---|---|---|
| 840 | The change of https://reviews.llvm.org/D142033 is not specific to builtins. Please remember to decrease the indent level of this bullet point, so that it is no longer under "Improved builtin functions support". Otherwise LGTM. | |
It's slightly more than that: clang adds nounwind not only for builtin functions, but for any OpenCL function call.