This should mean a noticeable performance boost on the project
Attention to the drivers version that you are using!

CUDA 3.1 Application
I've added CUDA 3.1 application from distributed.net (Windows only)

For this version you need NV drivers 257.15 or newer.
Just look at some of the changes in the CUDA 3.1, taken from the NVidia website.

...
...

  • Math Libraries Performance Improvements, including:
    • Up to 25% improvement in erfinvf() performance
    • Significant improvements in double-precision FFT performance on Fermi-architecture GPUs for 2^n transform sizes
    • Streaming API now supported in CUBLAS for overlapping copy and compute operations
    • CUFFT Real-to-complex (R2C) and complex-to-real (C2R) optimizations for 2^n data sizes
    • Improved performance for GEMV and SYMV subroutines in CUBLAS
    • Optimized double-precision implementations of divide and reciprocal routines for the Fermi architecture


...
...