Blowing Snow and the Granularity of Parallel Computation
This winter I got tired of shovelling snow in my driveway and sidewalks. Normally we don't get too much snow all at once. Maybe an inch or less a couple of times per season. However, every once in a...
View ArticleWhich Processors are supported
Language English 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...
View ArticleParallel for -Tachyon
Parallel raytracer / renderer that demonstrates the use of parallel_for. This example includes software developed by John E. Stone. See below for copyright information. Tachyon Ray Tracing...
View ArticleIntel® Platform Modeling with Machine Learning
What If Home | Product Overview | Intel® TM ABI specification | Technical RequirementsDevelopersIntel® VTune™ Performance AnalyzerWhatIf SoftwareParallel Computing
View ArticleParallel Studio and TBB Releases
Language English 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...
View Articletask_group_context undefined
Language English 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...
View ArticleRace Condition in ParallelMerge?
Language English 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....
View Articleparallel_reduce problem
Language English 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...
View ArticleHow to implement mergesort with parallel_reduce?
Language English 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...
View ArticleDaVinci and Software Optimization
In the opening scenes of best-seller The DaVinci Code, a message is found in a crime scene. Among other things, the message contains some numbers that no one can figure out. No one, of course, except...
View Articletask_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 ArticleBlowing Snow and the Granularity of Parallel Computation
This winter I got tired of shovelling snow in my driveway and sidewalks. Normally we don't get too much snow all at once. Maybe an inch or less a couple of times per season. However, every once in a...
View ArticleIntel® Platform Modeling with Machine Learning
OverviewThe Intel® Platform Modeling tool is an Intel research project which simultaneously collects all available hardware metrics on the platform – host processor, chipset, video, 3D, even NVIDIA....
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 ArticleIntel® Platform Modeling with Machine Learning
What If Home | Product Overview | Intel® TM ABI specification | Technical RequirementsFAQ | Primary Technology Contacts | Discussion Forum | BlogProduct OverviewThe Intel® Platform Modeling tool is an...
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 Article