Skip to content

Commit

Permalink
Update intro_gsg.rst (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
aepanchi authored Mar 21, 2022
1 parent ed9d4b5 commit efea993
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/GSG/intro_gsg.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _Intro_gsg:


|full-name| is a runtime-based parallel programming model for C++ code that uses threads.
|full_name| is a runtime-based parallel programming model for C++ code that uses threads.
It consists of a template-based runtime library to help you harness the latent performance of multi-core processors.

oneTBB enables you to simplify parallel programming by breaking computation into parallel running tasks. Within a single process,
Expand All @@ -10,8 +10,9 @@ to be executed simultaneously.

Here you can see one of the possible executions of tasks by threads.

.. image:: /Images/how-oneTBB-works.png

.. figure:: /GSG/Images/how-oneTBB-works.png
:scale: 100%
:align: center

Use oneTBB to write scalable applications that:

Expand Down

0 comments on commit efea993

Please sign in to comment.