[PATCH] D94884: [Clang][OpenMP] Include header for CUDA builtin vars into OpenMP wrapper header
Shilei Tian via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 17 19:06:36 PST 2021
tianshilei1992 added inline comments.
================
Comment at: clang/lib/Headers/__clang_cuda_builtin_vars.h:95
// uint3). This function is defined after we pull in vector_types.h.
- __attribute__((device)) operator dim3() const;
- __attribute__((device)) operator uint3() const;
+ DEVICE operator dim3() const;
+ DEVICE operator uint3() const;
----------------
How can we deal with the conversion in C?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94884/new/
https://reviews.llvm.org/D94884
More information about the cfe-commits
mailing list