[Openmp-commits] [PATCH] D102169: [libomptarget] Add support for target allocators to dynamic cuda RTL
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon May 10 07:26:21 PDT 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.h:52
+typedef enum CUmemAttach_flags_enum {
+ CU_MEM_ATTACH_GLOBAL = 0x1,
----------------
Follows the above pattern but I don't see why we need the name_enum identifiers. Maybe one for a later cleanup.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102169/new/
https://reviews.llvm.org/D102169
More information about the Openmp-commits
mailing list