Dan Hoeflinger
Dan Hoeflinger
@jwakely Thanks for reporting this, and apologies for the delay in our response, it slipped through the cracks. We will take a look at this and try to get a...
@jwakely I'm looking at this in the context of oneDPL, but first trying to get a full handle on the requirements for the serial implementations, before considering the implications with...
Aha! This is exactly what I was looking for. Thanks for pointing this paper out. I want to do some more investigation about if the extra requirements proposed in the...
Our plan: As mentioned in #2327, our intention is to add require only move constructible and move assignable for these types when using host policies / backends. This PR starts...
I agree that we don't need our own system of how to trigger AOT compilation, and can instead in our documentation mention that this is an option and link to...
We have similar issues with uninitialized_construct.pass and uninitialized_copy_move.pass.
It looks like the action checks `github.event.pull_request.labels.*.name`, for RFC, but is this the same variable we should be checking for discussions as well? I assume we need a second check...