forked from uxlfoundation/oneTBB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tbbdev
committed
Sep 15, 2016
0 parents
commit d238c1f
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Intel(R) Threading Building Blocks | ||
|
||
Intel(R) Threading Building Blocks (Intel(R) TBB) lets you easily write parallel C++ programs that take | ||
full advantage of multicore performance, that are portable, composable and have future-proof scalability. | ||
|
||
## Intel(R) TBB Distribution | ||
* Commercial version: [https://software.intel.com/en-us/intel-tbb] (https://software.intel.com/en-us/intel-tbb) | ||
* Community licensing: [https://software.intel.com/sites/campaigns/nest/] (https://software.intel.com/sites/campaigns/nest/) | ||
* Open source version: [https://www.threadingbuildingblocks.org/] (https://www.threadingbuildingblocks.org/) | ||
* Intel(R) TBB for Python\*: [http://anaconda.org/intel/tbb] (http://anaconda.org/intel/tbb) | ||
|
||
## Repository Content | ||
This is an official Intel(R) TBB public GitHub repository. All source and binary packages starting from Intel(R) TBB 4.4 | ||
can be found at the [Release page] (https://github.com/01org/tbb/releases). Packages with older versions of Intel(R) TBB can be found | ||
at the [Intel(R) TBB open source site] (https://www.threadingbuildingblocks.org/) | ||
|
||
## Repository Structure | ||
The Master branch is empty and contains only README.md. | ||
|
||
tbb_\<major_version\> - branch for the new major version. All minor versions of the major release will be committed in this branch. | ||
|
||
For example: | ||
* Intel(R) TBB 2017 initial release goes to branch tbb_2017. | ||
* Intel(R) TBB 2017 Update 1 will go to branch tbb_2017 too. | ||
* Intel(R) TBB 2018 initial release will go to branch tbb_2018. | ||
|
||
------------------------------------------------------------------------ | ||
Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries. | ||
|
||
\* Other names and brands may be claimed as the property of others. |