You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
4.8 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <!-- saved from url=(0014)about:internet -->
  4. <html xmlns:MSHelp="http://www.microsoft.com/MSHelp/" lang="en-us" xml:lang="en-us"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="DC.Type" content="topic">
  6. <meta name="DC.Title" content="Introducing Intel&reg; Threading Building Blocks">
  7. <meta name="DC.subject" content="Intel&reg; Thread Building Blocks, Overview">
  8. <meta name="keywords" content="Intel&reg; Thread Building Blocks, Overview">
  9. <meta name="DC.Format" content="XHTML">
  10. <meta name="DC.Identifier" content="introducing">
  11. <meta name="DC.Language" content="en-US">
  12. <link rel="stylesheet" type="text/css" href="../intel_css_styles.css">
  13. <title>Introducing Intel&reg; Threading Building Blocks</title>
  14. <xml>
  15. <MSHelp:Attr Name="DocSet" Value="Intel"></MSHelp:Attr>
  16. <MSHelp:Attr Name="Locale" Value="kbEnglish"></MSHelp:Attr>
  17. <MSHelp:Attr Name="TopicType" Value="kbReference"></MSHelp:Attr>
  18. </xml>
  19. </head>
  20. <body id="introducing">
  21. <!-- ==============(Start:NavScript)================= -->
  22. <script src="..\NavScript.js" language="JavaScript1.2" type="text/javascript"></script>
  23. <script language="JavaScript1.2" type="text/javascript">WriteNavLink(1);</script>
  24. <!-- ==============(End:NavScript)================= -->
  25. <a name="introducing"><!-- --></a>
  26. <h1 class="topictitle1">Introducing Intel&reg; Threading Building Blocks</h1>
  27. <div>
  28. <div class="section">
  29. <p>Intel&reg; Threading Building Blocks (Intel&reg; TBB) is a
  30. library that supports scalable parallel programming using standard ISO C++
  31. code. It does not require special languages or compilers. It is designed to
  32. promote scalable data parallel programming. Additionally, it fully supports
  33. nested parallelism, so you can build larger parallel components from smaller
  34. parallel components. To use the library, you specify tasks, not threads, and
  35. let the library map tasks onto threads in an efficient manner.
  36. </p>
  37. <p>Many of the library interfaces employ generic
  38. programming, in which interfaces are defined by requirements on types and not
  39. specific types. The C++ Standard Template Library (STL) is an example of
  40. generic programming. Generic programming enables Intel&reg; Threading Building
  41. Blocks to be flexible yet efficient. The generic interfaces enable you to
  42. customize components to your specific needs.
  43. </p>
  44. <p>The net result is that Intel&reg; Threading Building
  45. Blocks enables you to specify parallelism far more conveniently than using raw
  46. threads, and at the same time can improve performance.
  47. </p>
  48. <p>This document is a reference manual. It is
  49. organized for looking up details about syntax and semantics. You should first
  50. read the
  51. <em>Intel&reg; Threading Building Blocks Getting Started Guide</em> and the
  52. <em>Intel&reg; Threading Building Blocks Tutorial</em> to learn how to use
  53. the library effectively. The
  54. <em>Intel&reg; Threading Building Blocks Design Patterns</em> document is
  55. another useful resource.
  56. </p>
  57. <div class="Note"><h3 class="NoteTipHead">
  58. Tip</h3>
  59. <p>Even experienced parallel programmers should read
  60. the
  61. <em>Intel&reg; Threading Building Blocks Tutorial</em> before using this
  62. reference guide because Intel&reg; Threading Building Blocks uses a surprising
  63. recursive model of parallelism and generic algorithms.
  64. </p>
  65. </div>
  66. </div>
  67. <p>
  68. <div class="tablenoborder"><table cellpadding="4" summary="" frame="border" border="1" cellspacing="0" rules="all">
  69. <thead align="left">
  70. <tr>
  71. <th class="cellrowborder" align="left" valign="top" width="100%" id="d90964e74">
  72. <p>Optimization Notice
  73. </p>
  74. </th>
  75. </tr>
  76. </thead>
  77. <tbody>
  78. <tr>
  79. <td class="bgcolor(#ccecff)" bgcolor="#ccecff" valign="top" width="100%" headers="d90964e74 ">
  80. Intel's compilers may or may not optimize to the same degree for non-Intel
  81. microprocessors for optimizations that are not unique to Intel microprocessors.
  82. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other
  83. optimizations. Intel does not guarantee the availability, functionality, or
  84. effectiveness of any optimization on microprocessors not manufactured by Intel.
  85. Microprocessor-dependent optimizations in this product are intended for use
  86. with Intel microprocessors. Certain optimizations not specific to Intel
  87. microarchitecture are reserved for Intel microprocessors. Please refer to the
  88. applicable product User and Reference Guides for more information regarding the
  89. specific instruction sets covered by this notice.
  90. <p>Notice revision #20110804
  91. </p>
  92. </td>
  93. </tr>
  94. </tbody>
  95. </table>
  96. </div>
  97. </p>
  98. </div>
  99. </body>
  100. </html>