JIT APIs and Attaching to a Process[Knowledgebase] As of Update 5 of the VTune™ Amplifier XE 2011 performance profiler, Sept. 2011, attaching to a process that uses the User APIs or JIT APIs is not supported. That is, the APIs will not work in the...
\"__itt_err\" is undefined[Forums] I'm trying to use the User Event API to place markers in my code for easier profiling. I used the sample code given in the User Event API section of the documentation, linked with [...]vtune_amplifier_xe_2011/lib64/libittnotify.a,...
The Intel® ArBB Virtual Machine Specification is now available![Forums] The first draft of the Intel® Array building Blocks (Intel®ArBB) Virtual Machine (VM) API specification is now available on our documentation page. For more information, including links to a video presentation...
Intel® ArBB Virtual Machine API[Knowledgebase] First Public Draft: Intel® ArBB Virtual Machine Specification [ HTML | PDF ]
Intel® Array Building Blocks (Intel® ArBB) offers a standards compliant C++ library backed by a runtime known as our virtual...
High Level API Demo[Videos]
This short video shows the easy to use Intel ® AMT High Level API (HLAPI).Software developers can use this HLAPI to quickly and painlessly include cool Intel AMT features in their applications.If you...
Can I use tbb::thread?[Forums] Quick question. Why is tbb::thread not part of the "disclosed" API? Currently I'm using Boost::thread, but was wondering if there might be any benefits in switching to tbb's thread, however since its not...
IPP 6.0: API const correctness[Forums] Hi,
I have an application that uses the color API on planar images, calling ippiColorTwist32f_16u_P3R in particular. I pass a Ipp16u*[3] as the source, and that compiled fine with IPP 5.3. It does not...
Is atomic's _internal_reference broken? [Forums] I keep getting compile errors (in VC8) when trying to use atomic's _internal_reference member (which is public).
When doing this:
atomic<int> atomic_int;
atomic_int = 5;
const int& your_int...