According to comments on bi-weekly meeting, this patch put back old APIs and added new _async series
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
| openmp/libomptarget/src/omptarget.cpp | ||
|---|---|---|
| 822 | I'd prefer to always call sync and it's a noop if it should be. Oh, they are optional now. OK. | |
| openmp/libomptarget/src/omptarget.cpp | ||
|---|---|---|
| 822 | Yes, basically if synchronize is nullptr, all operations will fall back to synchronous version. | |
I'd prefer to always call sync and it's a noop if it should be. Oh, they are optional now. OK.