rncarpio/linterp

Interp method thread safety

ghansham opened this issue · 4 comments

Is the interp method thread safe for multilinear class?

Regards
Ghansham

Really sorry but I could not make out as the reply is not in English.

Is the interp method thread safe for multilinear class?

Regards Ghansham

yes, it is MT safe

Thanks a lot. I must say that it is a wonderful library. Just one suggestion. The interp_vec function can be modified to make use of multi-core architecture and number of threads to be used can also be configured using some utility functions. Easiest approach could be using openmp pragma.