- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I know that Intel TBB see that the correct parallelism is in data not in function, but in my program, I want to run a function that make an OpenGL projection and get resulted image will I run another function. Non negligible time is lost in waiting for the transfer between GPU memory and CPU.
I'm new to Intel TBB, and I don't want to mix my code with other libraries like OpenMP , ...
I there a way to run those two function in parallel in Intel TBB?
Many thanks for your help :)
I know that Intel TBB see that the correct parallelism is in data not in function, but in my program, I want to run a function that make an OpenGL projection and get resulted image will I run another function. Non negligible time is lost in waiting for the transfer between GPU memory and CPU.
I'm new to Intel TBB, and I don't want to mix my code with other libraries like OpenMP , ...
I there a way to run those two function in parallel in Intel TBB?
Many thanks for your help :)
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - ahmedg
Hello everyone,
I know that Intel TBB see that the correct parallelism is in data not in function, but in my program, I want to run a function that make an OpenGL projection and get resulted image will I run another function. Non negligible time is lost in waiting for the transfer between GPU memory and CPU.
I'm new to Intel TBB, and I don't want to mix my code with other libraries like OpenMP , ...
I there a way to run those two function in parallel in Intel TBB?
Many thanks for your help :)
I know that Intel TBB see that the correct parallelism is in data not in function, but in my program, I want to run a function that make an OpenGL projection and get resulted image will I run another function. Non negligible time is lost in waiting for the transfer between GPU memory and CPU.
I'm new to Intel TBB, and I don't want to mix my code with other libraries like OpenMP , ...
I there a way to run those two function in parallel in Intel TBB?
Many thanks for your help :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Anton Pegushin (Intel)
Hi, have you taken a look at the new tbb::parallel_invoke function? Is that something that fits the problem? More information on parallel_invoke can be found in this blog entry.
Hello Anton,
Thanks a lot, that is exactly what I was searching for.
Have a nice day.
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