Intel® Threading Building Blocks

More Parallelism: Congratulations to Microsoft on their Visual Studio 2010 launch

Microsoft's Visual Studio 2010 development environment has, for the first time, several new parallelism capabilities built-in.  Combined with Intel® Parallel Studio, I think it is reasonable to say that Windows has the richest and most complete set of tools for multicore programming.  Microsoft has worked with Intel and others, to help tools from both companies interoperate well, and provide a well conceived set of key capabilities for other tools as well.

Разработка примера использования библиотеки Intel® Threading Building Blocks

Статья содержит описание работы по подбору оптимальной архитектуры взаимодействия библиотеки Intel® Threading Building Blocks и библиотеки асинхронного ввода/вывода boost::asio. Рассмотрены возможные проблемы полученных решений, проведено их сравнение.
  • 开发人员
  • Intel® Threading Building Blocks
  • summer school
  • Task - tree sum


    Introduction

    This is a simple example that sums values in a tree. The example exhibits some speedup, but not a lot, because it quickly saturates the system bus on a multiprocessor. For good speedup, there needs to be more computation cycles per memory reference. The point of the example is to teach how to use the raw task interface, so the computation is deliberately trivial.


    SerialSumTree.cpp

    ==============================================================================

    Copyright 2005-2006 Intel Corporation. All Rights Reserved.

  • Intel® Threading Building Blocks
  • Threading Building Blocks
  • Multi-thread apps for Multi-Core
  • Threaded Code examples
  • 并行计算
  • 页面

    订阅 Intel® Threading Building Blocks