[Openmp-commits] [PATCH] D112005: [OpenMP] Check output of malloc in the device for debug
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Oct 18 09:25:22 PDT 2021
jdoerfert added a comment.
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.
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