Daniel Arndt
Daniel Arndt
Should get fixed by https://github.com/oneapi-src/oneDPL/pull/1621.
Still not fixed in the latest snapshot for oneAPI 2025.0.0.
@janciesko What is the status here?
> I know this is still a draft, but why shouldn't a fence call leave the instance in the completed state? It does. Since the implementation immediately queries the event...
> Doesn't that entail an extra record/query pair that setting 'complete' in `fence` avoids? It's potentially another `query`, yes. My motivation, for now, was to make sure that it doesn't...
> > > Doesn't that entail an extra record/query pair that setting 'complete' in `fence` avoids? > > > It's potentially another `query`, yes. My motivation, for now, was to...
After briefly discussing this in the meeting, it seems that people think that returning the status via a `get_status ` member variable is not quite adequate; querying the status would...
@msimberg Yes, the statuses don't need to be exposed to the user (anymore). The question for you is if there is any functionality in `HPX` that lets you query an...
> Hi Guys -- do you want/need more discussion on this issue in our Wed. meeting? We just need reviews.
> Is the is_running() state for an ExecutionSpace highly context dependent? If so, either a rethink is in order, or at a minimum, a table summarizing the states according to...