GithubHelp home page GithubHelp logo

VS2015编译问题 about niutensor HOT 1 CLOSED

niutrans avatar niutrans commented on June 29, 2024
VS2015编译问题

from niutensor.

Comments (1)

liyinqiao2012 avatar liyinqiao2012 commented on June 29, 2024

目前我们的NiuTensor框架支持多种CPU加速的库,其中包括MKL和OpenBlas。
加速库是否使用是通过宏定义USE_BLAS来控制的,您遇到的问题是因为您本地环境中并未安装(或并未配置好)这两个加速库,您在编译的时候发生链接错误。
您去掉USE_BLAS的库后,项目将不再使用CPU加速库,因此您可以正常编译。
倘若您希望在本地运行时获得更高的执行效率,那么这里推荐您安装MKL或者OpenBlas的库,然后即可通过添加USE_BLAS以及MKL(或OPENBLAS)的宏定义来编译,从而提升NiuTensor的速度。

from niutensor.

Related Issues (9)

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.