With Fermi on the horizon, NVidia has published a new collection of programmer guides aimed at helping you get up to speed on the new technology.  You can download them (or view them online via Google Docs):

Check em out, and let us know if you find anything new in there! I’m still digging through them myself.  One thing to note:

  • Existing CUDA applications can prepare for upcoming Fermi hardware by using PTX versions instead of CUBIN.  Make sure you have NVidia Drivers R195.xx or newer and use PTX JIT (with environment flag CUDA_FORCE_PTX_JIT=1).