From: Chao W. <cw...@gm...> - 2013-05-09 01:51:35
|
Hi All, I just finished setting up the GPGPU environment and running the experiments in the Kaldi. In the beginning, I could not compile through all the cuda related programs with "undefined references" link errors, now I found a workaround by putting the cuda related ld flags "-lcublas" and "-lcudart" in the end (i.e. after -lpthread). My system is Ubuntu 12.04 with gcc 4.6.3. Just sending this in case you have the same problem. Bests, Chao |