[Openmp-commits] [PATCH] D112005: [OpenMP] Check output of malloc in the device for debug
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Oct 18 09:26:26 PDT 2021
jhuber6 added a comment.
In D112005#3070700 <https://reviews.llvm.org/D112005#3070700>, @jdoerfert wrote:
> We should not make it an assert, or not one that uses the first bit of the debug field. We should add a new bit because this can be valid and properly handled by the user. That said, in the device runtime we could add ASSERT for this in various places that don't handle it otherwise.
I guess this bit could be for extra runtime checks? Not sure what else we could put under that umbrella.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112005/new/
https://reviews.llvm.org/D112005
More information about the Openmp-commits
mailing list