On Wed, 22 May 2013, Jeff Law wrote:

> So if we can represent array notation as an OpenMP SIMD loop and re-use the
> OpenMP code generation, that's a significant win.  I realize the OpenMP SIMD
> stuff is still in-progress, but from a design standpoint we'd like to separate
> out the front-end issues from the code generation issues -- with the goal
> being that we can re-use the OpenMP SIMD path to also handle Cilk SIMD & Cilk
> array notation and possible bits of OpenACC.

Regarding commonality between OpenMP and Cilk, note also the new C 
Parallel Language Extensions WG14 study group chaired by Clark Nelson and 
aiming to propose a standard set of C extensions for parallel programming, 
announced yesterday on the WG14 reflector.  I don't know if anyone here is 
intending to be involved in that.

http://www.open-std.org/mailman/listinfo/cplex

I'm OK with the array notation patch as it stands now, although certainly 
as discussed today there is still some scope for further improvements.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to