Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oneTBB] Add task_scheduler_handle #358

Conversation

alexey-katranov
Copy link
Contributor

Add task_scheduler_handle description (preview implementation description: https://docs.oneapi.io/versions/latest/onetbb/reference/blocking_terminate.html). There are some changes releated to get (removed) and release (became a member function) methods.

Additionally, deprecated task_arena::attach and introduce oneapi::tbb::attach.

Notify: @kboyarinov @anton-potapov

@alexey-katranov alexey-katranov changed the title Add task_scheduler_handle [oneTBB] Add task_scheduler_handle Aug 24, 2021
alexey-katranov and others added 3 commits September 2, 2021 11:12
Signed-off-by: Alexei Katranov <alexei.katranov@intel.com>
…ls/task_scheduler_handle_cls.rst

Co-authored-by: kboyarinov <konstantin.boyarinov@intel.com>
@alexey-katranov alexey-katranov force-pushed the dev/alexei.katranov/task_scheduler_handle branch from 9c102e6 to d9bf6cc Compare September 2, 2021 08:15
alexey-katranov and others added 3 commits September 3, 2021 15:22
Co-authored-by: Alexandra <alexandra.epanchinzeva@intel.com>
Co-authored-by: Alexandra <alexandra.epanchinzeva@intel.com>
Signed-off-by: Alexei Katranov <alexei.katranov@intel.com>
Rework otherwise text
@alexey-katranov
Copy link
Contributor Author

@rscohn2 , can you please advise about CI failure? It references a file that is added to the index page:

Warning, treated as error:
/home/runner/work/oneAPI-spec/oneAPI-spec/source/elements/oneTBB/source/deprecated/task_arena_attach_tag.rst:document isn't included in any toctree

However, it is referenced in index page oneTBB/source/index.rst:39-43:

   .. toctree::
   :maxdepth: 2
   :caption: oneTBB Deprecated Interfaces:

   deprecated/task_arena_attach_tag.rst

@rscohn2
Copy link
Member

rscohn2 commented Sep 7, 2021

When you build the standalone doc, it uses index.rst, but when you build the full spec, it uses nested-index.rst.
index.rst has multiple TOC's at the same level, which is not OK when the page is nested in a parent TOC.

To fix the problem add the page to nested-index.rst

@kboyarinov kboyarinov merged commit 65cf4a2 into uxlfoundation:main Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants