-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
sgemm.o error #16
Comments
Hi jgrn307, What's your CPU? You could try setting the CPU target when compiling the lib. make TARGET=NEHALEM Thanks Xianyi
|
Hi, I have the same issue with: |
Sorry I have juste found the solution : |
Hi, If you use DEBUG=1, it will use "-g" instead of "-O2". Thanks Xianyi Zhang 2011/6/24 MarbolanGos <
|
BLD: Move config.h creation to `setup` stage
Folks:
I'm excited to use the new OpenBLAS, but I'm getting the same errors on both OpenBLAS and GotoBLAS2 1.13. I'm assuming I'm missing a dependency, any idea what it might be?
gcc -c -O2 -DEXPRECISION -m128bit-long-double -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DMAX_CPU_NUMBER= -DASMNAME=sgemm -DASMFNAME=sgemm_ -DNAME=sgemm_ -DCNAME=sgemm -DCHAR_NAME="sgemm_" -DCHAR_CNAME="sgemm" -I.. -I. -UDOUBLE -UCOMPLEX gemm.c -o sgemm.o
gemm.c: In function ‘sgemm_’:
gemm.c:392: error: ‘GEMM_DEFAULT_OFFSET_A’ undeclared (first use in this function)
gemm.c:392: error: (Each undeclared identifier is reported only once
gemm.c:392: error: for each function it appears in.)
gemm.c:393: error: ‘SGEMM_DEFAULT_P’ undeclared (first use in this function)
gemm.c:393: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function)
gemm.c:393: error: ‘GEMM_DEFAULT_ALIGN’ undeclared (first use in this function)
gemm.c:393: error: ‘GEMM_DEFAULT_OFFSET_B’ undeclared (first use in this function)
make[1]: *** [sgemm.o] Error 1
The text was updated successfully, but these errors were encountered: