Skip to content

loongson-zjl/oneTBB

This branch is 1 commit ahead of, 171 commits behind uxlfoundation/oneTBB:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b4d875 · Oct 13, 2023
Aug 10, 2023
Sep 29, 2023
Sep 8, 2023
Sep 25, 2023
Sep 11, 2023
Aug 25, 2023
Jun 19, 2023
Oct 13, 2023
Oct 13, 2023
Oct 25, 2021
Dec 21, 2022
Sep 25, 2020
Sep 25, 2020
Dec 21, 2022
Dec 21, 2022
Sep 12, 2023
Feb 4, 2022
Nov 16, 2022
Sep 25, 2020
May 2, 2023
Jul 24, 2023
May 16, 2023
Aug 1, 2023
May 2, 2023
Oct 25, 2021
Dec 16, 2022

Repository files navigation

oneAPI Threading Building Blocks

Apache License Version 2.0 oneTBB CI

oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert.

The library lets you easily write parallel programs that take full advantage of the multi-core performance. Such programs are portable, composable and have a future-proof scalability. oneTBB provides you with functions, interfaces, and classes to parallelize and scale the code. All you have to do is to use the templates.

The library differs from typical threading packages in the following ways:

  • oneTBB enables you to specify logical parallelism instead of threads.
  • oneTBB targets threading for performance.
  • oneTBB is compatible with other threading packages.
  • oneTBB emphasizes scalable, data parallel programming.
  • oneTBB relies on generic programming.

Refer to oneTBB examples and samples to see how you can use the library.

oneTBB is a part of oneAPI. The current branch implements version 1.1 of oneAPI Specification.

NOTE: Threading Building Blocks (TBB) is now called oneAPI Threading Building Blocks (oneTBB) to highlight that the tool is a part of the oneAPI ecosystem.

Release Information

Here are Release Notes and System Requirements.

Documentation

Installation

See Installation from Sources to learn how to install oneTBB.

Support

Please report issues and suggestions via GitHub issues. See our documentation to learn how to work with them.

How to Contribute

We welcome community contributions, so check our Contributing Guidelines to learn more.

License

oneAPI Threading Building Blocks is licensed under Apache License, Version 2.0. By its terms, contributions submitted to the project are also done under that license.

Engineering team contacts


* All names and brands may be claimed as the property of others.

About

oneAPI Threading Building Blocks (oneTBB)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.1%
  • C 7.7%
  • CMake 2.1%
  • Python 0.9%
  • SWIG 0.1%
  • Starlark 0.1%