thread pool

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...
  2. News

    Kinect for Windows v2 Face Tracking Managed and Native

    Peter Daukintis, Microsoft Technical Evangelist, recently posted about Face Tracking with the Kinect for Windows v2. What was a little different is that he posted both managed and native looks... Link Removed Since working on the virtual rail project I haven’t had much chance to carry out...
  3. News

    Windows 7 AppFabric.tv - Threading with Jeff Richter

    Years ago I did one of my first podcasts with Jeff Richter, and later I took his advanced threading class, which was fantastic. Jeff really helped me to understand threads, thread pools, and why async is so important when building server side code. In this episode, Jeff joins me to bring you up...
  4. News

    Windows 7 AppFabric.tv - Troubleshooting WCF Performance (Part 2)

    Last time on AppFabric.tv Dustin Metzgar showed us the first part of the story of how he solved a performance mystery with WCF. In this episode we finish the story as we look even deeper into threads, threadpools and async operations in WCF. Ron Jacobs http://blogs.msdn.com/rjacobs Twitter...
Back
Top