- Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 49051 |
| Resolution | FIXED |
| Resolved on | Feb 12, 2021 16:28 |
| Version | unspecified |
| OS | All |
| Blocks | #48246 |
| Fixed by commit(s) | b68a6b0 716eef9 |
Extended Description
D95282 optimized the host runtime that if the kernel doesn't have any argument, there is no post data processing after launching the kernel, including device synchronization. Then if the kernel raises any error, like the following example shows, host cannot capture it.
#pragma omp target { assert(0); }