[Openmp-commits] [openmp] Draft: Update OpenMP runtime to adopt taskgraph clause from 6.0 Specs (PR #130751)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Mar 12 01:28:07 PDT 2025
================
@@ -4384,7 +4384,7 @@ static inline bool __kmp_tdg_is_recording(kmp_tdg_status_t status) {
KMP_EXPORT kmp_int32 __kmpc_start_record_task(ident_t *loc, kmp_int32 gtid,
kmp_int32 input_flags,
- kmp_int32 tdg_id);
----------------
jprotze wrote:
You should avoid `bool` in the compiler API (__kmpc*) and use fixed-sized integer instead. Can't you just put the reset flag somewhere into the input flags?
https://github.com/llvm/llvm-project/pull/130751
More information about the Openmp-commits
mailing list