Reminders to self:
- With VS 11 you have to choose what debugger you want to use for a particular debugging session, CPU or GPU
(unlike debugging native code called from managed assemblies) - AMP can only be done from C++ (you can call C++ AMP code from C#, but not (yet?) write AMP code in C#)
- You need a GPU (VM will not cut it) do make use of C++ AMP.
–jeroen
via: The Moth – GPU Debugging with VS 11.
Filed under: .NET, C#, Development, Software Development, Visual Studio 11, Visual Studio and tools
