GithubHelp home page GithubHelp logo

Comments (3)

JoshuaLau0220 avatar JoshuaLau0220 commented on August 20, 2024 1

@willamhou In my case (I'm on Ubuntu), I have to also supply -lgfortran after -lblas -llapack as these two libraries depends on it.
But when switching to OSX, it seems like -lgfortran should NOT be supplied.

from xtensor-blas.

willamhou avatar willamhou commented on August 20, 2024 1

@willamhou In my case (I'm on Ubuntu), I have to also supply -lgfortran after -lblas -llapack as these two libraries depends on it. But when switching to OSX, it seems like -lgfortran should NOT be supplied.

Thanks u for your reply. I solve this problem, add "-lcblas -lblas -llapack `-lgfortran" to complie the binary.

from xtensor-blas.

willamhou avatar willamhou commented on August 20, 2024

I'm trying to compile a program that uses xtensor-blas, when I encounter a linker error. The error message is

...
testTensor.o: In function `int cxxlapack::getrf<int>(int, int, double*, int, int*)':
/usr/local/include/xflens/cxxlapack/interface/getrf.tcc:76: undefined reference to `dgetrf_'
collect2: error: ld returned 1 exit status
...

where testTensor.o is calling auto d = xt::linalg::det(a);. I'm using lapack-3.10.1 and blas-3.10.0, and I have supplied the -lblas -llapack -DHAVE_CBLAS=1 tag to g++, as suggested by the documention. I've also tried using the alternative tag -DXTENSOR_USE_FLENS_BLAS, which results in the same error message.

Any help or suggestion is hugely appreciated. Thanks!

Do u resolve this problem? I have the same one.

from xtensor-blas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.