-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
module: dependency bugProblem is not caused by us, but caused by an upstream library we useProblem is not caused by us, but caused by an upstream library we usetodoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.
Description
When building PyTorch from sources, libTH doesn't find Intel MKL in its default location (/opt/intel/mkl/include
for includes and /opt/intel/mkl/lib/intel64
for .so
/.a
). This can be worked around by adding these paths to CMAKE_PREFIX_PATH
, but would be good if libTH searched default path by default: using system BLAS library on Linux is usually tremendously slower than Intel MKL, and its easy to not notice that libTH didn't find MKL.
Metadata
Metadata
Assignees
Labels
module: dependency bugProblem is not caused by us, but caused by an upstream library we useProblem is not caused by us, but caused by an upstream library we usetodoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.