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 : > 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 :

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

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

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 : > On Wed, Jul 22, 2015 at 04:55:09PM +0300, Maxim Blumental wrote: >> 2015-07-22 Maxim Blumenthal >> >> PR libgomp/66950 >> * testsuite/libgomp.c/examples-4/simd-7.c: Lower the define

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

2015-07-28 Thread Maxim Blumental
ions)). > > It doesn't work with Python 3 for various reasons ("print" syntax, and > str vs bytes issues). > > I'm attaching a version which works with both Python 2 and Python 3 > (2.7.5 and 3.3.2 were the versions I tried). > > It ought to work with

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 : > Applied the idea with python script alternative. Review, please. > > 2015-07-24 17:18 GMT+03:00 David Malcolm : >> On Fri, 2015-07-24 at 10:01 +0200, Jakub Jelinek wrote: >>> #!/u

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 * configure.ac: Add a check for xxd or python presence when the target is intelmic or intelmicemul. * configure: Regenerate. * liboffloadmic/plugin/Makefile.am: Add a co

[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 b

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 * 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.c: renamed to

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 : > With this letter I propose a patch with tests for lib

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 : > 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 tes

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-08 Thread Maxim Blumental
at aren't in Examples 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 : > Updated the attached files: renamed also libgomp.c++ tests, corrected > ChangeLog. > > 2015-07-07 21:

Re: Tests for libgomp based on OpenMP Examples 4.0.2.

2015-07-09 Thread Maxim Blumental
be an unclassifiable OpenMP directive. Sorry about the false alarm. 2015-07-08 16:00 GMT+03:00 Maxim Blumental : >>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

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 : > > I'll have a look, that is supposed to work. > I checked the case with 'simd collapse' a

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 : > Applied the idea with python script alternative. Review, please. -- - Sincerely yours, Maxim Blumental