[libc-commits] [PATCH] D159296: [libc] Support 'assert.h' on the GPU

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 31 11:01:02 PDT 2023


jhuber6 added a comment.

In D159296#4631913 <https://reviews.llvm.org/D159296#4631913>, @JonChesterfield wrote:

> I don't think the multiple writes to stderr in the normal implementation is an inherently good feature, how about we change the assert implementation on all platforms to compose a single write to stderr?

It'd probably still be sufficiently different because of the warp level operations. I'll leave it to @sivachandra if he wants single printer semantics for this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159296/new/

https://reviews.llvm.org/D159296



More information about the libc-commits mailing list