I'm trying to make a overclocking application for windows that can detect you gpu settings and overclock it's core and memory to it's max stable potential.
I really want to use c# for this if it's possible.
All the searches I do for accessing devices/gpus in windows with c#, refer to using them for performance gains in your c# application.
I've looked into cudafy, but it seems this is another performance gaining thing and not what I'm looking for. I don't know maybe I'm not looking for the right thing. Any help on this would be great.
Thanks