User Details
- User Since
- Sep 4 2020, 3:30 PM (158 w, 6 d)
Wed, Sep 13
Mar 22 2023
If there is no parallel backend available, the serial backend should be used instead of not providing anything. I also don't really see a use-case for disabling specific policies.
Thanks for keeping me in the loop.
Feb 20 2023
Sorry for disappearing. That was because of Intel business suspension in Russia. I was not allowed to work on that kind of stuff.
Feb 2 2023
I'm not convinced it's a good idea to guarantee ABI compatibility in any way here, but my main concern right now is that the changes in this patch don't reflect what is claimed in the commit message. monotonic_buffer_resource, etc. are clearly not ABI compatible and polymorphic_resource should probably also be in the versioned namespace. I see no reason to change that.
Jan 30 2023
May 3 2022
LGTM. @ldionne, any thoughts on that review?
Mar 31 2022
Mar 7 2022
Mar 3 2022
Feb 28 2022
I am trying to update this review to continue enabling of PSTL CI with necessary modifications of the pipeline and fixes in PSTL source/tests, but I cannot do that. Seems like I don't have enough permissions to update the review I am not the author of. I am using web interface and when I am pressing "Update diff" I can only create the new revision and don't have an option to update the current one. Probably it's because I don't have direct Phabricator account (I have been using the GitHub one from the very beginning) or probably the reason is different. Together with @MikeDvorskiy we tried to do the same from his account (using web interface as well) and everything works just fine.
Feb 7 2022
Jan 31 2022
Jan 28 2022
Jan 27 2022
CI is green, @MikeDvorskiy and @rodgert approved that previously. I believe we can finally merge it.
Jan 26 2022
Jan 24 2022
Jan 21 2022
Jan 17 2022
Dec 18 2021
Dec 10 2021
Dec 1 2021
LGTM, waiting for CI to complete
LGTM
Nov 27 2021
Overall, looks good to me, but I believe some small improvements could be done.
Nov 26 2021
Add tag_dispatching mechanism for OpenMP backend
Nov 8 2021
Thanks for creating the review for this issue. To be honest when implementing this stuff I didn't realize that unique containers may return multiple results in heterogeneous case. Currently I know that because this question is very relevant to the https://wg21.link/P2363 paper.
Nov 3 2021
Thanks @kboyarinov. LGTM.
Oct 22 2021
Oct 18 2021
Do you need help committing the patch? If so, please provide Author Name <email@domain> for me to commit this on your behalf. Also you should get commit access per https://releases.llvm.org/9.0.0/docs/DeveloperPolicy.html#obtaining-commit-access if you plan on submitting more of these fixes. Thanks!
Oct 15 2021
Oct 14 2021
Oct 13 2021
I've put some small comments but they are definitely not a showstopper for this patch to be merged. Whoever merges it please just make sure to apply those.
Hi everybody,
Sep 29 2021
Should we add test to check availability from <functional> header or it's already covered by this one libcxx/test/std/utilities/function.objects/comparisons/transparent.pass.cpp?
Sep 27 2021
Overall, LGTM except the question with HIDE_FROM_ABI that is already raised and the small comment that I've left.
Sep 26 2021
Sep 2 2021
Aug 31 2021
Aug 30 2021
Rebased one more time.
Aug 26 2021
Aug 23 2021
Hi @cjdb @Quuxplusone. Any progress on this review?