Skip to content
New issue

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

Accelerate.h和cblas.h两个文件都缺失 #8

Open
cqhxping opened this issue Oct 4, 2020 · 0 comments
Open

Accelerate.h和cblas.h两个文件都缺失 #8

cqhxping opened this issue Oct 4, 2020 · 0 comments

Comments

@cqhxping
Copy link

cqhxping commented Oct 4, 2020

在math_cblas.cpp中有如下代码:

#if TS_PLATFORM_OS_MAC || TS_PLATFORM_OS_IOS
#include <Accelerate/Accelerate.h>
#elif TS_PLATFORM_OS_LINUX
#include <openblas/cblas.h>
#elif TS_PLATFORM_OS_WINDOWS && TS_PLATFORM_CC_MINGW
#include <OpenBLAS/cblas.h>
#else
#include <cblas.h>
#endif

需要Accelerate.h和cblas.h,但是都缺失

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant