[PATCH] D101976: [OpenMP] Unified entry point for SPMD & generic kernels in the device RTL
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 6 08:26:07 PDT 2021
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: openmp/libomptarget/deviceRTLs/interface.h:421
+ bool UseGenericStateMachine,
+ bool RequiresFullRuntime);
+EXTERN void __kmpc_target_deinit(ident_t *Ident, bool IsSPMD,
----------------
Formatting
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101976/new/
https://reviews.llvm.org/D101976
More information about the cfe-commits
mailing list