I got “undefined reference to vmdLog2'" and "undefined reference to
vmsLog2’” errors when I compile the source code of PyTorch. Has anyone ever met the same problem? How to solve this problem?
These are from MKL, so likely something is up with your MKL installation.
From the archived issues people have filed, updating mkl (and for conda mkl-include) has helped people solve the issue.
Best regards
Thomas
Thanks for your kind help. I have solved this issue.
Many thanks and best regards.
Xiao