高效并行化文档
高效并行化
概述
本章介绍并行化。其中有各种并行化方法与资源的链接以及如何获取最佳并行化性能的技巧。
高效并行化文档
高效并行化
概述
本章介绍并行化。其中有各种并行化方法与资源的链接以及如何获取最佳并行化性能的技巧。
É sabido que a API das aplicações Windows Store não disponibiliza algumas funções comuns para trabalhar com Threads, como a CreateThread e aquelas que trabalham com chaves TLS (Thread-local storage). Esta é mais uma grande oportunidade para migrar o seu desenvolvimento de aplicações de um paralelismo baseado em threads para um paralelismo baseado em tarefas. Este post demonstra as instruções passo-a-passo para escrever um exemplo que usa paralelismo e que pode passar pela validação do Windows App Certification Kit (WACK).
Recently we posted the “Windows* 8 Tutorial: Writing a Multithreaded Application for the Windows Store* using Intel® Threading Building Blocks”. There we stated that the parallel calculation engine can be ported easily to other mobile or desktop platforms. Android is a good example of such a mobile platform.
It is known that the Windows Store apps API is missing some commonly used thread functions, such as function CreateThread() and those that work with TLS keys. This is yet another great opportunity to move your application development from thread-based parallelism to task-based parallelism. This post shows step-by-step instructions for writing an example that uses parallelism and that can pass validation by the Windows App Certification Kit (WACK). This example can be expanded upon to support clients for online games and more.
Intel® C++ Composer XE 2013 includes the latest Intel C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now includes: Intel® C++ Compiler XE Version 13.1, Intel® Math Kernel Library (Intel® MKL) Version 11.0 Update 2, Intel® Integrated Performance Primitives (Intel® IPP) Version 7.1 Update 1, Intel® Threading Building Blocks (Intel® TBB) Version 4.1 Update 2
New in this release:
Intel® C++ Composer XE 2013 includes the latest Intel C/C++ compilers and performance libraries for IA-32, Intel® 64, and Intel® Many Integrated Core (Intel® MIC) architecture systems. This new product release now includes: Intel® C++ Compiler XE Version 13.1, Intel® Debugger Version 13.0 Update 1, Intel® Math Kernel Library (Intel® MKL) Version 11.0 Update 2, Intel® Integrated Performance Primitives (Intel® IPP) Version 7.1 Update 1, Intel® Threading Building Blocks (Intel® TBB) Version 4.1 Update 2
New in this release: