Thursday, March 1, 2012

The Good Example of openMP

in the external/opencv, it uses openMP ;)
the thing is that they don't have fopenmp in the Android.mk file nor
include <omp.h> in their header files.
Don't know how it works without those;)
but after I follow those rules, I could finally build it.

And now all I want to see is, does it really working with several threads or not.
Let's see;)

No comments:

Post a Comment