GP2X Dual Core Programming Via Openmp Possible?


no, because:

1) GCC has still no OpenMP support (is planned for GCC 4.2 later this year and only for C)

2) We can not run threads on the 940 (pthreads)

iterativ or non-iterative parallelism with OpenMP is in the current state not possible. And I guess it will never be because it would need a custom Kernel capable of running threads.
 
Back
Top