Does anyone know how/if it's possible to get AMD APP Profiler working on C# projects using the Cloo opencl library? I can run sprofile
on my .NET app but even though it runs correctly no results are outputted.
Edit: Heh, it does work I just had some dodgy OpenCL code causing the display driver the crash. Just run sprofile
from the command line like it describes in the help files then open it using the panel in VS2010.