We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried all ways you suggested , such as :
git clone https://github.com/xianyi/OpenBLAS.git cd OpenBLAS make NO_AFFINITY=1 USE_OPENMP=1 sudo make install
and
CMAKE_LIBRARY_PATH=/opt/OpenBLAS/include:/opt/OpenBLAS/lib:$CMAKE_LIBRARY_PATH luarocks install torch
============================================
But when I test
xs = torch.inverse(A)*b http://torch.ch/docs/five-simple-examples.html
The problem as 【getrf : Lapack library not found in compile time】 still unsolved , I don't know how to solve it , I need you help T_T .
Thanks in advance!
The text was updated successfully, but these errors were encountered:
During torch installation, when the checks are running at the beginning, you should be able to see if it found OpenBlas or not.
Sorry, something went wrong.
No branches or pull requests
I tried all ways you suggested , such as :
git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make NO_AFFINITY=1 USE_OPENMP=1
sudo make install
and
CMAKE_LIBRARY_PATH=/opt/OpenBLAS/include:/opt/OpenBLAS/lib:$CMAKE_LIBRARY_PATH luarocks install torch
============================================
But when I test
The problem as 【getrf : Lapack library not found in compile time】 still unsolved , I don't know how to solve it , I need you help T_T .
Thanks in advance!
The text was updated successfully, but these errors were encountered: