microsoft / caffe

Caffe on both Linux and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying parallel compilation of Cuda files

Madgeeno opened this issue · comments

I'm compiling Caffe using IncrediBuild, as this should be the only way to ensure parallel compilation of Cuda files within MS Visual Studio. Unfortunately the cuda compilation is not parallelised across my machine's cores, and it takes about 4 and a half minutes to compile for a single microarchitecture (Maxwell 5.0 in my case).
Does any of you have experience with slow cuda compilation times and how to improve them?