-
Notifications
You must be signed in to change notification settings - Fork 64
make error - libxsmm #4
Comments
Trying to build the latest release, but I find different errors. Would this be related to CUDA or cuDNN?
|
Thanks for reporting this issue. Regarding the f77 error when building libxsmm, if the installed Intel compiler includes Fortran compiler as well, you shouldn't see the error. I'll also look at if I can remove the dependency to the Intel Fortran compiler as soon as I have time. Regarding the spotrf/dpotrf/spotrs/dpotrs errors, perhaps Intel MKL is not installed in your system or not configured? Anyway, those function calls are not needed in winograd.hpp anymore. I've just pushed the changes. Please let me know how it goes. |
It looks like this can be resolved by adjusting https://github.com/IntelLabs/SkimCaffe/blob/intel_scnn/Makefile#L481 such that |
Thanks Hans! Fixed and pushed. |
Issue summary
make libxsmm
fails with f77 errors when building SkimCaffe. However, libxsmm can be built successfully as a standalone library. I'd appreciate any advices!make_libxsmm log
Makefile.config
Steps to reproduce
Your system configuration
Operating system: Ubuntu 16.04
Compiler: Intel Compiler
CUDA version (if applicable): 8.0
CUDNN version (if applicable): 6.0
BLAS: OpenBLAS 0.2.19
Python: 2.7
The text was updated successfully, but these errors were encountered: