All Articles Tagged api

Link/UrlTags
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...

Posted: 2011-10-14 00:00:00 by MrAnderson (Intel)
api, frame, JIT
\"__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,...

Posted: 2011-09-01 07:30:27
api, event, profiler, vtune
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...

Posted: 2011-02-09 15:06:37
api, APIs, languages, Virtual Machine
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...

Posted: 2011-02-09 00:00:00 by AmandaS (Intel)
api, application programming interface, ArBB, language, Virtual Machine
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...

Posted: 2010-11-01 12:36:08
AMT, api, demo, HLAPI, Manageability and Security
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...

Posted: 2008-11-13 17:50:32
api, thread
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...

Posted: 2008-11-07 07:43:52
api, const
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...

Posted: 2008-10-28 20:23:38
api, bug