[Bug libgomp/79784] Synchronization overhead is thrashing on Aarch64

2017-03-02 Thread cbz at baozis dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79784 --- Comment #10 from Chen Baozi --- I have attached the testcase I used to benchmark synchronization of OpenMP on AArch64, which is extracted from EPCC OpenMP micro-benchmark suite. The operating system I use is ubuntu 16.04 with 4.4.0 kernel. T

[Bug libgomp/79784] Synchronization overhead is thrashing on Aarch64

2017-03-01 Thread cbz at baozis dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79784 --- Comment #7 from Chen Baozi --- Created attachment 40867 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40867&action=edit synchronization test case

[Bug libgomp/79784] New: Synchronization overhead is thrashing on Aarch64

2017-03-01 Thread cbz at baozis dot org
: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: cbz at baozis dot org CC: jakub at gcc dot gnu.org Target Milestone: --- I have recently been running several programs (caffe, mxnet, openblas, = blis...) on aarch64. And I found performance regression