- Update to 2017_20161128 release

* Added template class gfx_factory to the flow graph API. It
    implements the Factory concept for streaming_node to offload
    computations to Intel processor graphics.
  * Fixed a possible deadlock caused by missed wakeup signals in
    task_arena::execute().

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=23
This commit is contained in:
Ismail Dönmez
2016-12-12 09:08:31 +00:00
committed by Git OBS Bridge
parent 514691c607
commit 5efb4b0192
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 12 09:04:36 UTC 2016 - idonmez@suse.com
- Update to 2017_20161128 release
* Added template class gfx_factory to the flow graph API. It
implements the Factory concept for streaming_node to offload
computations to Intel processor graphics.
* Fixed a possible deadlock caused by missed wakeup signals in
task_arena::execute().
-------------------------------------------------------------------
Thu Nov 3 07:52:18 UTC 2016 - idonmez@suse.com