Is there a tool to speed up and distribute compilation of GPGPU programs using CUDA C (where nvcc
compiler is part of compilation chain), i.e. something like distcc
+ ccache
(or derivatives and wrappers like distcc-pump, ccontrol, Icecream (IceCC) or DMUCS) for C / C++ and GCC compiler?
Or alternatively is it possible to configure distcc for use with nvcc?