Skip to content

Commit

Permalink
Update intro_gsg.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aepanchi authored Mar 15, 2022
1 parent 7a2a474 commit 50d8a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/GSG/intro_gsg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parallelism is carried out through threads, an operating system mechanism that a
to be executed simultaneously.


.. image:: /Images/how-does-parallelism-work.png
.. image:: /Images/how-oneTBB-works.png


Use oneTBB to write scalable applications that:
Expand All @@ -18,4 +18,4 @@ Use oneTBB to write scalable applications that:
* Emphasize data-parallel programming
* Take advantage of concurrent collections and parallel algorithms

oneTBB supports nested parallelism as well. It means that you can use the library without being worried about overloading a computer.
oneTBB supports nested parallelism as well. It means that you can use the library without being worried about overloading a computer.

0 comments on commit 50d8a31

Please sign in to comment.