About this tag
The thread pool tag on WindowsForum.com covers discussions about using thread pools for GPU compute tasks and parallel processing in Windows development. Topics include dispatching thread pools to GPUs like the Intel Iris XE for graphics performance improvements, as well as Kinect for Windows v2 face tracking implementations using managed and native code. These threads focus on developer-oriented challenges such as locating SDKs for GPU compute and optimizing parallel workloads. The tag is relevant for developers working with Windows APIs, GPU acceleration, and multithreaded programming in C# or C++.
  1. Alex Sokolek

    I need an SDK for the Intel Iris XE display adapter.

    Hi. I'm looking at improving the graphics performance of my Mandelbort Set generator by dispatching the thread pool to the GPU. I tried Intel and several different web searches and found nothing but packages that control my adapter from the Windows User's point of view. Does anyone know where I...