search for: askync

Displaying 2 results from an estimated 2 matches for "askync".

Did you mean: asking
2020 Apr 07
2
GSoC Interested student
...call its synchronous > > versions. So, is it a good idea to wrap them in functions that call > > them as asynchronous (using std::async), then return an object to wait > > on?. Then, waiting on the object returned. > > Take a look at D77005. Shilei introduced some real askync versions for a > different reason already. You can build on top of that patch and extend > it if needed further. > > > > 2. I'm thinking on replacing the data transfer inside > > __tgt_target_teams with __tgt_target_data_begin. The problem with this > > is th...
2020 Mar 29
2
GSoC Interested student
Hi Johannes, I've been thinking on how to implement a solution for the problem and I have some questions: 1. You mention in the problem description that the current asynchronous functions can be used, and probably modified. The problem is that those runtime functions with _nowait at the end are not asynchronous. Looking at their implementations, they just wait for other tasks is there