views:

279

answers:

2

I've started using DirectX 11 Compute Shader technology for GP-GPU programming. I had written quite a complex program on HLSL and when I wanted to debug it, I realized that PIX utility from DX SDK August 2009 does not support Compute Shaders... I know that Nvidia is going to release Nexus for Visual Studio, which will support Direct Compute debugging, but only on next generation of NVidia GPUs which are not released yet :( Compute Shader technology looks very promising to me, because of device independence, but it would be very hard to use without debugging support.

Do you know any tools or approaches, which can be used for Compute Shader debugging, available now or planned for release in the near future?

+1  A: 

I am waiting for NVIDIA Nexus to become widely available. Maybe Microsoft could come up with something that works with the reference rasterizer but I would say what's important is to get tight integration with the hardware: in such a case, only vendors could provide the necessary tools.

Someone might know whether AMD plans to add support for compute shaders in GPU PerfStudio.

Gregory Pakosz
A: 

Sorry but there's no trivial answer to that question for the moment.

Maybe try to enrolled in NVIDIA Nexus beta program: http://supportcenteronline.com/ics/support/default.asp?deptID=4639

Where did you read Nexus need a Fermi-based GPU? I thought that the requirements where a SLI capable workstation with 2 recents NVIDIA GPUs, or 2 NVIDIA-based workstations (and then debugging the target remotely).

Stringer Bell