task_group_context undefined
This is a sharp edge in TBB that people will cut their fingers on: task_group_context undefined. It took about half an hour to figure this out and I am writing here to suggest that someone take the...
View ArticleParallel Studio and TBB Releases
I installed TBB 2.2 today and hit some problems. The TBB 2.2 is a TBB release. It is not a Parallel Studio release and I run PS. As part of the install, I am asked if I want to keep the old copies of...
View ArticleWhich Processors are supported
Hello! When attempting to access the release notes or the technical requirements for this tool, I just get redirected back to the main page. When using PMT 6.32 it says my processor isn't supported,...
View ArticleWhy is there no way to search through this forum?
Please add a search bar onto this forum. It is really inconvienient especially since there are so many posts now.
View ArticleCamera Emulation
Hello, I would like to know if there's an emulator so I can use the SDK until the Creative Camera arrives to my country, because it's really hard to get things imported and it takes a lot of time. If...
View ArticleC# Support
The C# support for AcquireAccess returns a PXCMImage.ImageData structure that has a "buffer.planes" variable. These planes are actually 3 images - confidence, depth, and UVMap. But how does one...
View Article_ITERATOR_DEBUG_LEVEL
I am linking in libpxc_d.lib and libpxcutils_d.lib into the debug version of my code and all's well - it works fine. But then I build a Release version and it it fails on the free for the STL...
View Articleparallel_reduce problem
I know I must be doing something really dumb, but I have not been able to figure out what. I'm basically just doing the simple reduction example in the TBB book, but using the IPP sum routine (sum of...
View ArticleRace Condition in ParallelMerge?
Attached is a parallel merge sort that is substantially faster than TBB's parallel_sort - it uses parallel_reduce. The speed up comes from using Intel's IPP to do the sort. ParallelMerge (provided with...
View ArticleHow to implement mergesort with parallel_reduce?
Hello,I am trying to implement mergesort with parallel_reduce. Let us say that the range [ P, R ) is split into two:[ P, Q ) and [Q, R )I would like to recursively divide these mergesort these two...
View Article