Remove static specifier from var fullMask and remove kmp_get_fullMask() routine.
When iterating through procs in a mask, always check if proc is in fullMask (this check was missing in a few places).
Patch by Brian Bliss.
Paths
| Differential D21300
Mask processing improvements ClosedPublic Authored by tlwilmar on Jun 13 2016, 11:01 AM.
Details Summary Remove static specifier from var fullMask and remove kmp_get_fullMask() routine. Patch by Brian Bliss.
Diff Detail
Event Timelinetlwilmar updated this object. This revision is now accepted and ready to land.Jun 13 2016, 2:28 PM Closed by commit rL272589: Affinity mask processing improvements (authored by jlpeyton). · Explain WhyJun 13 2016, 2:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 60586 runtime/src/kmp.h
runtime/src/kmp_affinity.cpp
runtime/src/kmp_ftn_entry.h
runtime/src/kmp_runtime.c
|