[Openmp-commits] [PATCH] D138495: [openmp][mlir] Lower parallel if to new fork_call_if function.
Martin Storsjö via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Dec 10 06:21:00 PST 2022
mstorsjo added inline comments.
================
Comment at: openmp/runtime/src/kmp.h:3904
kmpc_micro microtask, ...);
+KMP_EXPORT void __kmpc_fork_call_if(ident_t *loc, kmp_int32 nargs,
+ kmpc_micro microtask, kmp_int32 cond,
----------------
This new function needs to be added to the `dllexports` file to make it available and usable on Windows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138495/new/
https://reviews.llvm.org/D138495
More information about the Openmp-commits
mailing list