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 | ||
---|---|---|
1267 | 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? |
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?