The current GOMP interface for if0 tasks does not take into
account task dependencies. Add the check and wait for dependencies.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/runtime/src/kmp_gsupport.cpp | ||
---|---|---|
1244 | could we have something other than 8 in the condition? Is there an enum value or can we create at least a local variable with the value? |
clang-tidy: error: unknown type name 'kmp_gomp_depends_info_t'; did you mean 'kmp_depend_info_t'? [clang-diagnostic-error]
not useful
clang-tidy: error: no matching constructor for initialization of 'kmp_depend_info_t' (aka 'kmp_depend_info') [clang-diagnostic-error]
not useful
clang-tidy: warning: invalid case style for variable 'gomp_depends' [readability-identifier-naming]
not useful