- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I used parallel_for in my visual c++ program. When I ran the program, the windows task manager showed that the total threads increased while the CPU usage did not change much (still about 15%).
Do you have any suggestion why this happens? My pc has intel core i7 CPU.
thanks,
Ying
I used parallel_for in my visual c++ program. When I ran the program, the windows task manager showed that the total threads increased while the CPU usage did not change much (still about 15%).
Do you have any suggestion why this happens? My pc has intel core i7 CPU.
thanks,
Ying
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As you are using TBB, you would probably get more expert help on that forum than here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. I am new here. Could you please tell me what forum I should post questions about TBB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should take a look at this example :
http://msdn.microsoft.com/en-us/library/dd728073.aspx
It is a matrix multiplication. It says that that the function to be parallelized is of crucial importance in load balancing. Make some examples of your own.
Edit : Well PPL is also a joint work with Intel. Ok. Next time it would be great specifying the version of VS you are using. Cheers.
http://msdn.microsoft.com/en-us/library/dd728073.aspx
It is a matrix multiplication. It says that that the function to be parallelized is of crucial importance in load balancing. Make some examples of your own.
Edit : Well PPL is also a joint work with Intel. Ok. Next time it would be great specifying the version of VS you are using. Cheers.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page