Most Recent Posts Blog Archive

Using the Timeline in Intel® VTune™ Amplifier XE

This 10-minute video shows the features of the timeline in Intel VTune Amplifier XE, and gives examples of how to use it to understand your application’s performance.

Read Full Post Posted in Tune

Load Balance and Parallel Performance

Load balancing an application workload among threads is critical to performance. The key objective for load balancing is to minimize idle time on threads. Sharing the workload equally across all threads with minimal work sharing overheads results in fewer cycles wasted with idle threads not advancing the computation, and thereby …

Read Full Post Posted in Tune

Smart Framework Enables Internet-of-Things

A new architectural framework for embedded devices on the quickly growing Internet of Things has been released by Intel with its McAfee and Wind River subsidiaries.  The Intelligent Systems Framework (ISF) aims to facilitate easier coordinated use of multiple Atom, Core and Xeon processors in distributed embedded systems. ISF works with …

Read Full Post Posted in Insights

Hyper-threading: Perfect for Neural Networks

Artificial neural networks (ANNs) are used today to learn solutions to parallel processing problems that have proved impossible to solve using conventional algorithms. From cloud-based, voice-driven apps like Apple’s Siri to realtime knowledge mining apps like IBM’s Watson to gaming apps like Electronic Arts’ SimCity, ANNs are powering voice-recognition, pattern-classification …

Read Full Post Posted in News

Delivering the Architectural Foundation for Big Data

It’s easy to forget the profound ways that parallel programming can be a key component in solving huge challenges such as visualization and law enforcement. In this big-picture technology insight session from the recent IDF 2012 in San Francisco you’ll take a step back and see how and why Intel helps …

Read Full Post Posted in Insights

Universal Parallel Computing Research Centers

Intel and Microsoft jointly created the Universal Parallel Computing Research Center (UPCRC) program. UPCRC illustrates some of the features of an ideal URO program: a clear research goal and agenda, the potential for significant strategic impact on Intel and the industry, a long range research horizon, a multi-year funding commitment, …

Read Full Post Posted in Insights

Bringing Parallelism to the Web

Want a quick understanding on a proven pathway? Download this PDF from the recent Intel IDF in San Francisco. You’ll get a good introduction to parallel programming on the web and a tutorial on Rivertrail parallel extensions for Javascript API.    Download presentation here.

Read Full Post Posted in Build

Threading Building Blocks

In response to some of the emails I’ve received we’ll talk this week about some necessary background in using the Threading Building Blocks. In particular, including Threading Building Blocks header files and whether you need to link to the .lib files. You always need the header files for the code …

Read Full Post Posted in Build