Ask Your Question

AlanMM's profile - activity

2014-09-23 05:26:47 -0600 received badge  Necromancer (source)
2014-04-18 03:07:52 -0600 received badge  Student (source)
2014-04-18 02:50:39 -0600 asked a question How to enable the use of all the CPU cores

Hi. I compiled OpenCV with Intel TBB support. I'm trying to use all my CPU cores (8) but when I check the task manager only 4 cores are working. In my code I use the function setNumThreads(8), and I see an improvement in speed without using it, but only 4 cores are working. Could someone tell me how could I enable the use of the 8 cores. Thanks.

2014-04-07 05:03:54 -0600 answered a question Problem in building opencv library with Cuda Support.Need quick help.

I had the same problem that you working on VS 2010. From what I read the problem is the version of VS, so I downloaded VS 2012 and make the changes from here https://devtalk.nvidia.com/default/topic/589217/vs2012-express-and-cuda-5-5-error/ and everything compiled right.

Cheers