Skip to content

Update the example with NUMA-bound task arenas#2044

Open
isaevil wants to merge 2 commits intomasterfrom
doc/isaevil/numa-arenas
Open

Update the example with NUMA-bound task arenas#2044
isaevil wants to merge 2 commits intomasterfrom
doc/isaevil/numa-arenas

Conversation

@isaevil
Copy link
Copy Markdown
Contributor

@isaevil isaevil commented Apr 2, 2026

Description

Add a comprehensive description of proposed changes

Fixes # - issue number(s) if exists

Type of change

Choose one or multiple, leave empty if none of the other choices apply

Add a respective label(s) to PR if you have permissions

  • bug fix - change that fixes an issue
  • new feature - change that adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

List users with @ to send notifications

Other information

isaevil added 2 commits April 2, 2026 17:13
Signed-off-by: Isaev, Ilya <[email protected]>
Signed-off-by: Isaev, Ilya <[email protected]>
instances, whose execution preference is set to different NUMA nodes. To set execution preference,
assign a NUMA node identifier to the ``task_arena::constraints::numa_id`` field.
assign a NUMA node identifier to the ``task_arena::constraints::numa_id`` field or use
``tbb::create_numa_task_arenas`` function to create the set of task arenas,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
``tbb::create_numa_task_arenas`` function to create the set of task arenas,
the ``tbb::create_numa_task_arenas`` function to create a set of task arenas,

Copy link
Copy Markdown
Contributor

@vossmjp vossmjp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small suggested change in rst file, but otherwise looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants