| commit | 586849918b24e69cb158b06481ed7cd7028c22e2 | [log] [tgz] |
|---|---|---|
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | Mon May 15 19:05:59 2017 +0000 |
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | Mon May 15 19:05:59 2017 +0000 |
| tree | bd1971843615be9555fe02bf28c9a7c32bfed589 | |
| parent | 6e7a21274898873cb6aef79b869d89b1081acb7d [diff] |
Fix for KMP_AFFINITY=respect with multiple processor groups An assert() was being tripped when KMP_AFFINITY=respect + Multiple Processor Groups. Let __kmp_affinity_create_proc_group_map() function be able to create address2os object which contains a single group by deleting restriction that process affinity mask must span multiple groups. llvm-svn: 303101