CUDA benchmarking on tesla

Hello all,

I have a tesla C870 and Quadro NVS290 installed. I tried running boxfilter example from SDK on both the cards using
CUDA_SAFE_CALL(cudaSetDevice(device)); // device=0 for NVS, =1 for C870

I get 85fps in both the cases. Is it normal? I was expecting tesla to give me better frame rate.

thankyou for any comments.

The framerate is going to be limited by whichever GPU is being used for the display device.

Thanks!!

Check if you have V-sync enabled that can limit your FPS to 75Hz.