You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
4.7 KiB
71 lines
4.7 KiB
|
5 months ago
|
# oneAPI Threading Building Blocks (oneTBB) <img align="right" width="200" height="100" src="https://raw.githubusercontent.com/uxlfoundation/artwork/e98f1a7a3d305c582d02c5f532e41487b710d470/foundation/uxl-foundation-logo-horizontal-color.svg">
|
||
|
|
[](LICENSE.txt) [](https://github.com/uxlfoundation/oneTBB/actions/workflows/ci.yml?query=branch%3Amaster)
|
||
|
|
[](https://github.com/uxlfoundation/oneTBB/discussions)
|
||
|
|
[](https://www.bestpractices.dev/projects/9125)
|
||
|
|
[](https://securityscorecards.dev/viewer/?uri=github.com/uxlfoundation/oneTBB)
|
||
|
|
[](https://gurubase.io/g/onetbb)
|
||
|
|
[](https://securityscorecards.dev/viewer/?uri=github.com/oneapi-src/oneTBB)
|
||
|
|
[](https://scan.coverity.com/projects/oneapi-src-onetbb)
|
||
|
|
|
||
|
|
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](examples) and [samples](https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneTBB) to see how you can use the library.
|
||
|
|
|
||
|
|
oneTBB is a part of the [UXL Foundation](http://www.uxlfoundation.org) and is an implementation of [oneAPI specification](https://oneapi.io).
|
||
|
|
|
||
|
|
> **_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
|
||
|
|
|
||
|
|
See [Release Notes](RELEASE_NOTES.md) and [System Requirements](SYSTEM_REQUIREMENTS.md).
|
||
|
|
|
||
|
|
## Documentation
|
||
|
|
* [oneTBB Specification](https://spec.oneapi.com/versions/latest/elements/oneTBB/source/nested-index.html)
|
||
|
|
* [oneTBB Developer Guide and Reference](https://uxlfoundation.github.io/oneTBB)
|
||
|
|
* [Migrating from TBB to oneTBB](https://uxlfoundation.github.io/oneTBB/main/tbb_userguide/Migration_Guide.html)
|
||
|
|
* [README for the CMake build system](cmake/README.md)
|
||
|
|
* [oneTBB Testing Approach](https://uxlfoundation.github.io/oneTBB/main/intro/testing_approach.html)
|
||
|
|
* [Basic support for the Bazel build system](Bazel.md)
|
||
|
|
* [oneTBB Discussions](https://github.com/uxlfoundation/oneTBB/discussions)
|
||
|
|
* [WASM Support](WASM_Support.md)
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
See [Installation from Sources](INSTALL.md) to learn how to install oneTBB.
|
||
|
|
|
||
|
|
## Governance
|
||
|
|
|
||
|
|
The oneTBB project is governed by the UXL Foundation.
|
||
|
|
You can get involved in this project in following ways:
|
||
|
|
* Join the [Open Source and Specification Working Group](https://github.com/uxlfoundation/foundation/tree/main?tab=readme-ov-file#working-groups) meetings.
|
||
|
|
* Join the mailing lists for the [UXL Foundation](https://lists.uxlfoundation.org/g/main/subgroups) to receive meetings schedule and latest updates.
|
||
|
|
* Contribute to oneTBB project or oneTBB specification. Read [CONTRIBUTING](./CONTRIBUTING.md) for more information.
|
||
|
|
|
||
|
|
## Support
|
||
|
|
See our [documentation](./SUPPORT.md) to learn how to request help.
|
||
|
|
|
||
|
|
## How to Contribute
|
||
|
|
We welcome community contributions, so check our [Contributing Guidelines](CONTRIBUTING.md)
|
||
|
|
to learn more.
|
||
|
|
|
||
|
|
Use GitHub Issues for feature requests, bug reports, and minor inquiries. For broader questions and development-related discussions, use GitHub Discussions.
|
||
|
|
|
||
|
|
## License
|
||
|
|
oneAPI Threading Building Blocks is licensed under [Apache License, Version 2.0](LICENSE.txt).
|
||
|
|
By its terms, contributions submitted to the project are also done under that license.
|
||
|
|
|
||
|
|
------------------------------------------------------------------------
|
||
|
|
\* All names and brands may be claimed as the property of others.
|