Re: [PATCH 3/4] Add libgomp plugin for Intel MIC

2015-08-11 Thread Maxim Blumental
Review the patches in the previous letter, please. 2015-08-06 17:34 GMT+03:00 Maxim Blumental bvm...@gmail.com: Applied the idea with python script alternative. Review, please. -- - Sincerely yours, Maxim Blumental

Fwd: [PATCH 3/4] Add libgomp plugin for Intel MIC

2015-08-06 Thread Maxim Blumental
Applied the idea with python script alternative. Review, please. 2015-07-28 Maxim Blumenthal maxim.blument...@intel.com * configure.ac: Add a check for xxd or python presence when the target is intelmic or intelmicemul. * configure: Regenerate. *

Re: [PATCH 3/4] Add libgomp plugin for Intel MIC

2015-08-03 Thread Maxim Blumental
Could you probably review the patch, please? 2015-07-28 18:42 GMT+03:00 Maxim Blumental bvm...@gmail.com: Applied the idea with python script alternative. Review, please. 2015-07-24 17:18 GMT+03:00 David Malcolm dmalc...@redhat.com: On Fri, 2015-07-24 at 10:01 +0200, Jakub Jelinek wrote

Re: [PATCH 3/4] Add libgomp plugin for Intel MIC

2015-07-28 Thread Maxim Blumental
) Dave -- - Sincerely yours, Maxim Blumental 2015-07-28 Maxim Blumenthal maxim.blument...@intel.com * configure.ac: Add a check for xxd or python presence when the target is intelmic or intelmicemul. * configure: Regenerate. * liboffloadmic

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-22 Thread Maxim Blumental
time: ~7.5 and ~60 seconds) 2015-07-20 22:40 GMT+03:00 H.J. Lu hjl.to...@gmail.com: On Tue, Jul 14, 2015 at 11:04 AM, Jakub Jelinek ja...@redhat.com wrote: On Tue, Jul 14, 2015 at 08:40:50PM +0300, Maxim Blumental wrote: The patch replaces all FP comparisons with inequalities and epsilons

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-22 Thread Maxim Blumental
Corrected log and patch. 2015-07-22 17:12 GMT+03:00 Jakub Jelinek ja...@redhat.com: On Wed, Jul 22, 2015 at 04:55:09PM +0300, Maxim Blumental wrote: 2015-07-22 Maxim Blumenthal maxim.blument...@intel.com PR libgomp/66950 * testsuite/libgomp.c/examples-4/simd-7.c: Lower

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-14 Thread Maxim Blumental
The patch replaces all FP comparisons with inequalities and epsilons in those tests for libgomp. 2015-07-14 20:37 GMT+03:00 Maxim Blumental bvm...@gmail.com: Sorry, a little misunderstanding between me and Ilya ) I'll send the new patch now. 2015-07-14 20:29 GMT+03:00 Jakub Jelinek ja

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-09 Thread Maxim Blumental
Now the patch is corrected (according to the previous letter) and ready to be reviewed. I'm looking forward to your feedback. 2015-07-09 15:56 GMT+03:00 Maxim Blumental bvm...@gmail.com: I'll have a look, that is supposed to work. I checked the case with 'simd collapse' and found out

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-09 Thread Maxim Blumental
directive. Sorry about the false alarm. 2015-07-08 16:00 GMT+03:00 Maxim Blumental bvm...@gmail.com: The Examples-4/ directory is supposed to only contain the tests from the 4.0.* examples document and no other tests. All right: everything I added in it was only tests from the examples document

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-08 Thread Maxim Blumental
Updated the attached files: renamed also libgomp.c++ tests, corrected ChangeLog. 2015-07-07 21:29 GMT+03:00 Ilya Verbin iver...@gmail.com: On Tue, Jul 07, 2015 at 20:17:48 +0200, Jakub Jelinek wrote: On Tue, Jul 07, 2015 at 08:08:16PM +0300, Maxim Blumental wrote: Added 16 tests for simd

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-08 Thread Maxim Blumental
4.0.* document should go one level higher, to libgomp.{c,c++,fortran}/ directly. There are no any such tests. 2015-07-08 15:50 GMT+03:00 Maxim Blumental bvm...@gmail.com: Updated the attached files: renamed also libgomp.c++ tests, corrected ChangeLog. 2015-07-07 21:29 GMT+03:00 Ilya Verbin

Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-07 Thread Maxim Blumental
. - Sincerely yours, Maxim Blumental 2015-07-06 Maxim Blumenthal bvm...@gmail.com * libgomp/testsuite/libgomp.c/examples-4/e.56.3.c: renamed to array_sections-3.c * libgomp/testsuite/libgomp.c/examples-4/e.56.4.c: renamed to array_sections-4.c * libgomp/testsuite/libgomp.c/examples-4/e.55.1

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-07 Thread Maxim Blumental
Comment on the patch: simd-5.f90 file is marked as xfail since the test fails because 'simd collapse' is an unsupported combination for Fortran (which though is valid in OpenMP API). 2015-07-07 19:48 GMT+03:00 Maxim Blumental bvm...@gmail.com: With this letter I propose a patch with tests

[RFC PATCH] Reducing GCC initialization time by merging builtins

2015-02-24 Thread Maxim Blumental
The attached patch illustrates the following idea: we can replace several builtins having the same signature with one auxiliary builtin with a special argument. This argument will specify which particular builtin the auxiliary one should expand to. We pull the argument out at the expand stage and