digitalmars.D.learn - Data parallel programming with OpenMP and Cilk Plus
- Paul Jurczak (4/4) Sep 19 2013 I would like to know if there are any obvious show-stoppers with
I would like to know if there are any obvious show-stoppers with using OpenMP and Cilk Plus with D through C interface? In the simplest case I have an array float[N] and I want to pass it to C function, which will modify it using OpenMP and Cilk Plus.
Sep 19 2013