News

Intel Boosts Parallel Programming

Intel updates Threading Building Blocks library, a developer resource for writing parallelized C++ code for multi-core CPUs.

At the O'Reilly Open Source Convention in July, Intel Corp. released an important update to its Threading Building Blocks (TBB) library, which helps Windows, Mac OS X and Linux developers write parallelized C++ code for advanced multi-core CPUs. For Windows users, a discreet plug-in enables TBB 2.1 to be set up inside any version of Visual Studio.

James Reinders, chief evangelist and director of marketing and sales in the Intel Software Solutions Group, says TBB 2.1 is "a significant improvement" over the previous version that can help developers focus on achieving parallelism.

"A lot of parallel programming in the past starts with thread management as the central concern. This distracts a developer from developing their algorithm and masks their thinking about parallelism," Reinders explains in an e-mail interview. "TBB automates all thread management, offers easy interfaces to express parallelism and then automatically matches the program at run time to the size of the system [or how many cores it has]."

In a statement, Intel touts performance and usability improvements in TBB 2.1. A new "affinity partitioner" class provides for soft task-to-thread affinity, allowing for canceled tasks and created threads independent of task-scheduler worker threads in TBB. Intel says the new class delivers important performance gains in a variety of situations.
Quote: James Reinders
Intel also provides container and interface improvements in response to customer requests. The updated Thread Checker promises to produce fewer false positives, according to the company, while the improved Thread Profiler will deliver more useful information for TBB-optimized applications.

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube