I am having trouble getting by card to run at full speed in CUDA.
If I run a GPU Stress Test, I see my core go to 1898MHz
If I run a CUDA app, eg. matrixMulCUBLAS sample, my core runs at 1506MHz and i get low performance
If I run both the GPU Stress Test AND matrixMulCUBLAS, my core goes to 1989MHz and I get faster CUDA performance.
Why do I have to run a fake application in the background to get CUDA to run fast? This is extremely frustrating!
I dont even want boost. I just want to hard code a good MHz and fan speed and forget about it. I will check out nvidia-smi maybe that will fix things.