Hi, I use a complex algorithm to process continue images. To do it in time, I have to use more than 50 threads in the host to keep doing the algorithm. When I use the NPP, I’m not sure if it is thread safe so that I can use multi-thread to reduce the load on CPU. Can anyone help me?
Thanks!