Re: [Cython] OpenMP 4.5 array reductions

2018-09-02 Thread Klemm, Michael
. ☺ Kind regards, -michael From: cython-devel [mailto:[email protected]] On Behalf Of Nathan Goldbaum Sent: Friday, August 31, 2018 4:51 PM To: Core developer mailing list of the Cython compiler Subject: [Cython] OpenMP 4.5 array reductions Hi all,

[Cython] OpenMP 4.5 array reductions

2018-08-31 Thread Nathan Goldbaum
Hi all, I'm curious if there would be any interest in adding support for OpenMP 4.5 array reduction in the cython compiler or alternatively detecting these cases and raising a cython compiler error. Currently cython is generating code that will compile but might lead to race conditions. See: htt