Skip to content

Commit

Permalink
Add chapter about threading into table of context
Browse files Browse the repository at this point in the history
  • Loading branch information
Vika-F committed Jul 16, 2024
1 parent 67e40de commit 67bd2b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For your convenience we also added [coding guidelines](http://oneapi-src.github.

### Threading Layer

In the source code of the algorithms, oneDAL does not use threading primitives directly. All the threading primitives used within oneDAL form so called [threading layer](http://oneapi-src.github.io/oneDAL/contribution/threading.html).
In the source code of the algorithms, oneDAL does not use threading primitives directly. All the threading primitives used within oneDAL form so called [threading layer](http://oneapi-src.github.io/oneDAL/contribution/threading.html). Contributors should leverage the primitives from the layer to implement parallel algorithms.

## Documentation Guidelines

Expand Down
2 changes: 1 addition & 1 deletion docs/source/contribution/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Threading Layer
^^^^^^^^^^^^^^^

DEscription of the threading layer to go here.
oneDAL uses Intel oneAPI Threading Building Blocks (Intel oneTBB)
9 changes: 8 additions & 1 deletion docs/source/index-toc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

data-analytics-pipeline.rst
system-requirements.rst

.. toctree::
:caption: Get Started
:maxdepth: 2
Expand Down Expand Up @@ -52,3 +52,10 @@
:caption: Contributing Guide

contribution/coding_guide.rst

.. toctree::
:maxdepth: 1
:hidden:
:caption: Custom Components

contribution/threading.rst

0 comments on commit 67bd2b7

Please sign in to comment.