-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Committing Parallel STL 20180912 open source release
- Loading branch information
Showing
80 changed files
with
4,776 additions
and
3,808 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Parallel STL | ||
[![Stable release](https://img.shields.io/badge/version-20180619-green.svg)](https://github.com/intel/parallelstl/releases/tag/20180619) | ||
[![Stable release](https://img.shields.io/badge/version-20180912-green.svg)](https://github.com/intel/parallelstl/releases/tag/20180912) | ||
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE) | ||
|
||
Parallel STL is an implementation of the C++ standard library algorithms with support for execution policies, | ||
|
@@ -14,7 +14,7 @@ To use Parallel STL, you must have the following software installed: | |
* C++ compiler with: | ||
* Support for C++11 | ||
* Support for OpenMP* 4.0 SIMD constructs | ||
* Intel(R) Threading Building Blocks (Intel(R) TBB) which is available to download in the GitHub [repository](https://github.com/01org/tbb/) | ||
* Threading Building Blocks (TBB) which is available to download in the GitHub [repository](https://github.com/01org/tbb/) | ||
|
||
## Release Information | ||
Here are the latest [Changes](CHANGES) and [Release Notes](doc/Release_Notes.txt) (contains system requirements and known issues). | ||
|
@@ -28,10 +28,10 @@ Parallel STL is licensed under [Apache License Version 2.0](LICENSE). | |
## Support | ||
Please report issues and suggestions via | ||
[GitHub issues](https://github.com/intel/parallelstl/issues) or start a topic on the | ||
[Intel(R) TBB forum](http://software.intel.com/en-us/forums/intel-threading-building-blocks/). | ||
[TBB forum](http://software.intel.com/en-us/forums/intel-threading-building-blocks/). | ||
|
||
## How to Contribute | ||
Please, read the instructions on the official [Intel(R) TBB open source site](https://www.threadingbuildingblocks.org/submit-contribution). | ||
Please, read the instructions on the official [TBB open source site](https://www.threadingbuildingblocks.org/submit-contribution). | ||
|
||
## Engineering team contacts | ||
* [E-mail us.](mailto:[email protected]) | ||
|
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
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
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
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
Oops, something went wrong.