I think the licensing is going to be the bullet that might stop (most likely QGIS) this dream-come-true. From the press release NVIDIA is just putting their stamp of approval on Continuum Analytics' proprietary NumbraPro ability to access the NVIDIA CUDA. Nvidia itself isn't providing native access for Pythoners to the CUDA environment.
If I got it right:
The NumbraPro compiler takes Python script, creates optimized C/C++ code which then compiles under LLVM's compiler which has support for NVIDIA's GPUs. This allows the Python language to operate at the performance of lower-level languages, though the compile time will be longer due to the extra step, than it would have been implementing it in straight C/C++.
However, doing a quick look around the web, there is already support for Python bindings to LLVM. I am not familiar with the Python bindings in LLVM but if it is anything like parallel programming in plain Python... I will let someone else wrangle 800+ threads and how to share their states.
So it might just be a matter of finding someone willing to work on that project to get Python LLVM to GPU to GIS. The darkside of that it would require an extra component, namely the LLVM compiler to be included in any GIS plugin or suite. Extra bloat.
ArcGIS-desktop. Also, whether this may be something that is coming in ArcGIS Pro. I thought I read the latter somewhere but could not find a link just now. – PolyGeo Apr 25 '14 at 23:20