SLAHAN icon indicating copy to clipboard operation
SLAHAN copied to clipboard

Issues during compilation

Open SriramPingali opened this issue 3 years ago • 1 comments

Hey! I tried running the setup, but for some reason, the CMake isn't working for build_compressor and build_dynet. Multiple cudnn based errors turn up. For e.g. undefined reference to `cudnnGetConvolutionBackwardFilterAlgorithm'

I'm not able to build the required files for the predict.sh. Can you please help me?

SriramPingali avatar Aug 09 '21 12:08 SriramPingali

In this case, you need to set LD_LIBRARY_PATH to the location of the CUDA and cuDNN libraries.

kamigaito avatar Feb 27 '22 15:02 kamigaito