This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r248814 - in /branches/gcc-7-branch/libgomp: Ch...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 02 Jun 2017 07:27:50 -0000
- Subject: r248814 - in /branches/gcc-7-branch/libgomp: Ch...
Author: jakub
Date: Fri Jun 2 07:27:49 2017
New Revision: 248814
URL: https://gcc.gnu.org/viewcvs?rev=248814&root=gcc&view=rev
Log:
Backported from mainline
2017-05-30 Jakub Jelinek <jakub@redhat.com>
PR libgomp/80822
* config/linux/affinity.c (gomp_affinity_init_level_1): New function.
(gomp_affinity_init_level): Use it. Always analyze the core and thread
sibling lists, depending on level just pick up what CPUs to put
together into a place vs. whether add multiple ordered places.
Modified:
branches/gcc-7-branch/libgomp/ChangeLog
branches/gcc-7-branch/libgomp/config/linux/affinity.c