[Openmp-commits] [PATCH] D95986: [OpenMP][deviceRTLs] Drop `assert` in common parts of `deviceRTLs`
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 3 18:05:22 PST 2021
tianshilei1992 marked an inline comment as done.
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h:21
#include <assert.h>
#include <inttypes.h>
----------------
JonChesterfield wrote:
> Can drop this include too
Aha, you guys also included it here 😂
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95986/new/
https://reviews.llvm.org/D95986
More information about the Openmp-commits
mailing list