Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 42.30 KB | None | 0 0
  1. getarch_2nd.c: In function ‘main’:
  2. getarch_2nd.c:12:35: error: ‘SGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this function); did you mean ‘XGEMM_DEFAULT_UNROLL_M’?
  3.      printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M);
  4.                                    ^~~~~~~~~~~~~~~~~~~~~~
  5.                                    XGEMM_DEFAULT_UNROLL_M
  6. getarch_2nd.c:12:35: note: each undeclared identifier is reported only once for each function it appears in
  7. getarch_2nd.c:13:35: error: ‘SGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_UNROLL_M’?
  8.      printf("SGEMM_UNROLL_N=%d\n", SGEMM_DEFAULT_UNROLL_N);
  9.                                    ^~~~~~~~~~~~~~~~~~~~~~
  10.                                    SGEMM_DEFAULT_UNROLL_M
  11. getarch_2nd.c:14:35: error: ‘DGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_UNROLL_M’?
  12.      printf("DGEMM_UNROLL_M=%d\n", DGEMM_DEFAULT_UNROLL_M);
  13.                                    ^~~~~~~~~~~~~~~~~~~~~~
  14.                                    SGEMM_DEFAULT_UNROLL_M
  15. getarch_2nd.c:15:35: error: ‘DGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this function); did you mean ‘DGEMM_DEFAULT_UNROLL_M’?
  16.      printf("DGEMM_UNROLL_N=%d\n", DGEMM_DEFAULT_UNROLL_N);
  17.                                    ^~~~~~~~~~~~~~~~~~~~~~
  18.                                    DGEMM_DEFAULT_UNROLL_M
  19. getarch_2nd.c:19:35: error: ‘CGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this function); did you mean ‘DGEMM_DEFAULT_UNROLL_M’?
  20.      printf("CGEMM_UNROLL_M=%d\n", CGEMM_DEFAULT_UNROLL_M);
  21.                                    ^~~~~~~~~~~~~~~~~~~~~~
  22.                                    DGEMM_DEFAULT_UNROLL_M
  23. getarch_2nd.c:20:35: error: ‘CGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this function); did you mean ‘CGEMM_DEFAULT_UNROLL_M’?
  24.      printf("CGEMM_UNROLL_N=%d\n", CGEMM_DEFAULT_UNROLL_N);
  25.                                    ^~~~~~~~~~~~~~~~~~~~~~
  26.                                    CGEMM_DEFAULT_UNROLL_M
  27. getarch_2nd.c:21:35: error: ‘ZGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this function); did you mean ‘CGEMM_DEFAULT_UNROLL_M’?
  28.      printf("ZGEMM_UNROLL_M=%d\n", ZGEMM_DEFAULT_UNROLL_M);
  29.                                    ^~~~~~~~~~~~~~~~~~~~~~
  30.                                    CGEMM_DEFAULT_UNROLL_M
  31. getarch_2nd.c:22:35: error: ‘ZGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this function); did you mean ‘ZGEMM_DEFAULT_UNROLL_M’?
  32.      printf("ZGEMM_UNROLL_N=%d\n", ZGEMM_DEFAULT_UNROLL_N);
  33.                                    ^~~~~~~~~~~~~~~~~~~~~~
  34.                                    ZGEMM_DEFAULT_UNROLL_M
  35. getarch_2nd.c:69:50: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_UNROLL_N’?
  36.      printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q * SGEMM_DEFAULT_UNROLL_N * 4 * 1 *  sizeof(float)));
  37.                                                   ^~~~~~~~~~~~~~~
  38.                                                   SGEMM_DEFAULT_UNROLL_N
  39. getarch_2nd.c:70:50: error: ‘DGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_Q’?
  40.      printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q * DGEMM_DEFAULT_UNROLL_N * 2 * 1 *  sizeof(double)));
  41.                                                   ^~~~~~~~~~~~~~~
  42.                                                   SGEMM_DEFAULT_Q
  43. getarch_2nd.c:71:50: error: ‘CGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘DGEMM_DEFAULT_Q’?
  44.      printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 *  sizeof(float)));
  45.                                                   ^~~~~~~~~~~~~~~
  46.                                                   DGEMM_DEFAULT_Q
  47. getarch_2nd.c:72:50: error: ‘ZGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘CGEMM_DEFAULT_Q’?
  48.      printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 *  sizeof(double)));
  49.                                                   ^~~~~~~~~~~~~~~
  50.                                                   CGEMM_DEFAULT_Q
  51. make: *** [Makefile.prebuild:58: getarch_2nd] Error 1
  52. make[1]: warning: -jN forced in submake: disabling jobserver mode.
  53. make[1]: Entering directory '/home/marcs/DevLab/aur/openblas-lapack/src/OpenBLAS-0.2.19/interface'
  54. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=sgemv -DASMFNAME=sgemv_ -DNAME=sgemv_ -DCNAME=sgemv -DCHAR_NAME=\"sgemv_\" -DCHAR_CNAME=\"sgemv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX -o sgemv.o gemv.c
  55. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=sger -DASMFNAME=sger_ -DNAME=sger_ -DCNAME=sger -DCHAR_NAME=\"sger_\" -DCHAR_CNAME=\"sger\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX ger.c -o sger.o
  56. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_sgemv -DASMFNAME=cblas_sgemv_ -DNAME=cblas_sgemv_ -DCNAME=cblas_sgemv -DCHAR_NAME=\"cblas_sgemv_\" -DCHAR_CNAME=\"cblas_sgemv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX -o cblas_sgemv.o gemv.c
  57. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_sger -DASMFNAME=cblas_sger_ -DNAME=cblas_sger_ -DCNAME=cblas_sger -DCHAR_NAME=\"cblas_sger_\" -DCHAR_CNAME=\"cblas_sger\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX ger.c -o cblas_sger.o
  58. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_sspmv -DASMFNAME=cblas_sspmv_ -DNAME=cblas_sspmv_ -DCNAME=cblas_sspmv -DCHAR_NAME=\"cblas_sspmv_\" -DCHAR_CNAME=\"cblas_sspmv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX spmv.c -o cblas_sspmv.o
  59. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_sspr -DASMFNAME=cblas_sspr_ -DNAME=cblas_sspr_ -DCNAME=cblas_sspr -DCHAR_NAME=\"cblas_sspr_\" -DCHAR_CNAME=\"cblas_sspr\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX spr.c -o cblas_sspr.o
  60. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_sspr2 -DASMFNAME=cblas_sspr2_ -DNAME=cblas_sspr2_ -DCNAME=cblas_sspr2 -DCHAR_NAME=\"cblas_sspr2_\" -DCHAR_CNAME=\"cblas_sspr2\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX spr2.c -o cblas_sspr2.o
  61. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_stbmv -DASMFNAME=cblas_stbmv_ -DNAME=cblas_stbmv_ -DCNAME=cblas_stbmv -DCHAR_NAME=\"cblas_stbmv_\" -DCHAR_CNAME=\"cblas_stbmv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX tbmv.c -o cblas_stbmv.o
  62. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_stbsv -DASMFNAME=cblas_stbsv_ -DNAME=cblas_stbsv_ -DCNAME=cblas_stbsv -DCHAR_NAME=\"cblas_stbsv_\" -DCHAR_CNAME=\"cblas_stbsv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX tbsv.c -o cblas_stbsv.o
  63. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_stpmv -DASMFNAME=cblas_stpmv_ -DNAME=cblas_stpmv_ -DCNAME=cblas_stpmv -DCHAR_NAME=\"cblas_stpmv_\" -DCHAR_CNAME=\"cblas_stpmv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX tpmv.c -o cblas_stpmv.o
  64. <command-line>:0:0: warning: "ASMNAME" redefined
  65. <command-line>:0:0: note: this is the location of the previous definition
  66. <command-line>:0:0: warning: "ASMFNAME" redefined
  67. <command-line>:0:0: note: this is the location of the previous definition
  68. <command-line>:0:0: warning: "ASMNAME" redefined
  69. <command-line>:0:0: note: this is the location of the previous definition
  70. <command-line>:0:0: warning: "ASMFNAME" redefined
  71. gcc -DCBLAS -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=cblas_stpsv -DASMFNAME=cblas_stpsv_ -DNAME=cblas_stpsv_ -DCNAME=cblas_stpsv -DCHAR_NAME=\"cblas_stpsv_\" -DCHAR_CNAME=\"cblas_stpsv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX tpsv.c -o cblas_stpsv.o
  72. <command-line>:0:0: note: this is the location of the previous definition
  73. <command-line>:0:0: warning: "NAME" redefined
  74. <command-line>:0:0: warning: "NAME" redefined
  75. <command-line>:0:0: note: this is the location of the previous definition
  76. <command-line>:0:0: warning: "CNAME" redefined
  77. <command-line>:0:0: note: this is the location of the previous definition
  78. <command-line>:0:0: warning: "CHAR_NAME" redefined
  79. <command-line>:0:0: note: this is the location of the previous definition
  80. <command-line>:0:0: note: this is the location of the previous definition
  81. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  82. <command-line>:0:0: note: this is the location of the previous definition
  83. <command-line>:0:0: warning: "CNAME" redefined
  84. <command-line>:0:0: note: this is the location of the previous definition
  85. <command-line>:0:0: warning: "CHAR_NAME" redefined
  86. <command-line>:0:0: note: this is the location of the previous definition
  87. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  88. <command-line>:0:0: note: this is the location of the previous definition
  89. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=sgemm -DASMFNAME=sgemm_ -DNAME=sgemm_ -DCNAME=sgemm -DCHAR_NAME=\"sgemm_\" -DCHAR_CNAME=\"sgemm\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX gemm.c -o sgemm.o
  90. <command-line>:0:0: warning: "ASMNAME" redefined
  91. <command-line>:0:0: note: this is the location of the previous definition
  92. <command-line>:0:0: warning: "ASMFNAME" redefined
  93. <command-line>:0:0: note: this is the location of the previous definition
  94. <command-line>:0:0: warning: "NAME" redefined
  95. <command-line>:0:0: note: this is the location of the previous definition
  96. <command-line>:0:0: warning: "CNAME" redefined
  97. <command-line>:0:0: warning: "ASMNAME" redefined
  98. <command-line>:0:0: note: this is the location of the previous definition
  99. <command-line>:0:0: warning: "CHAR_NAME" redefined
  100. <command-line>:0:0: note: this is the location of the previous definition
  101. <command-line>:0:0: note: this is the location of the previous definition
  102. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  103. <command-line>:0:0: warning: "ASMFNAME" redefined
  104. <command-line>:0:0: note: this is the location of the previous definition
  105. <command-line>:0:0: note: this is the location of the previous definition
  106. <command-line>:0:0: warning: "NAME" redefined
  107. <command-line>:0:0: note: this is the location of the previous definition
  108. <command-line>:0:0: warning: "CNAME" redefined
  109. <command-line>:0:0: note: this is the location of the previous definition
  110. <command-line>:0:0: warning: "CHAR_NAME" redefined
  111. <command-line>:0:0: note: this is the location of the previous definition
  112. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  113. <command-line>:0:0: note: this is the location of the previous definition
  114. <command-line>:0:0: warning: "ASMNAME" redefined
  115. <command-line>:0:0: note: this is the location of the previous definition
  116. <command-line>:0:0: warning: "ASMFNAME" redefined
  117. <command-line>:0:0: note: this is the location of the previous definition
  118. <command-line>:0:0: warning: "NAME" redefined
  119. <command-line>:0:0: note: this is the location of the previous definition
  120. <command-line>:0:0: warning: "CNAME" redefined
  121. <command-line>:0:0: note: this is the location of the previous definition
  122. <command-line>:0:0: warning: "CHAR_NAME" redefined
  123. <command-line>:0:0: note: this is the location of the previous definition
  124. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  125. <command-line>:0:0: note: this is the location of the previous definition
  126. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=ssymm -DASMFNAME=ssymm_ -DNAME=ssymm_ -DCNAME=ssymm -DCHAR_NAME=\"ssymm_\" -DCHAR_CNAME=\"ssymm\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX symm.c -o ssymm.o
  127. <command-line>:0:0: warning: "ASMNAME" redefined
  128. <command-line>:0:0: note: this is the location of the previous definition
  129. <command-line>:0:0: warning: "ASMFNAME" redefined
  130. <command-line>:0:0: note: this is the location of the previous definition
  131. <command-line>:0:0: warning: "NAME" redefined
  132. <command-line>:0:0: note: this is the location of the previous definition
  133. <command-line>:0:0: warning: "CNAME" redefined
  134. <command-line>:0:0: note: this is the location of the previous definition
  135. <command-line>:0:0: warning: "CHAR_NAME" redefined
  136. <command-line>:0:0: note: this is the location of the previous definition
  137. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  138. <command-line>:0:0: warning: "ASMNAME" redefined
  139. <command-line>:0:0: note: this is the location of the previous definition
  140. <command-line>:0:0: note: this is the location of the previous definition
  141. <command-line>:0:0: warning: "ASMFNAME" redefined
  142. <command-line>:0:0: note: this is the location of the previous definition
  143. <command-line>:0:0: warning: "NAME" redefined
  144. <command-line>:0:0: note: this is the location of the previous definition
  145. <command-line>:0:0: warning: "CNAME" redefined
  146. <command-line>:0:0: note: this is the location of the previous definition
  147. <command-line>:0:0: warning: "CHAR_NAME" redefined
  148. <command-line>:0:0: note: this is the location of the previous definition
  149. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  150. <command-line>:0:0: note: this is the location of the previous definition
  151. <command-line>:0:0: warning: "ASMNAME" redefined
  152. <command-line>:0:0: note: this is the location of the previous definition
  153. <command-line>:0:0: warning: "ASMFNAME" redefined
  154. <command-line>:0:0: note: this is the location of the previous definition
  155. <command-line>:0:0: warning: "NAME" redefined
  156. <command-line>:0:0: note: this is the location of the previous definition
  157. <command-line>:0:0: warning: "CNAME" redefined
  158. <command-line>:0:0: note: this is the location of the previous definition
  159. <command-line>:0:0: warning: "CHAR_NAME" redefined
  160. <command-line>:0:0: note: this is the location of the previous definition
  161. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  162. <command-line>:0:0: note: this is the location of the previous definition
  163. <command-line>:0:0: warning: "ASMNAME" redefined
  164. <command-line>:0:0: note: this is the location of the previous definition
  165. <command-line>:0:0: warning: "ASMFNAME" redefined
  166. <command-line>:0:0: note: this is the location of the previous definition
  167. <command-line>:0:0: warning: "NAME" redefined
  168. <command-line>:0:0: note: this is the location of the previous definition
  169. <command-line>:0:0: warning: "CNAME" redefined
  170. <command-line>:0:0: note: this is the location of the previous definition
  171. <command-line>:0:0: warning: "CHAR_NAME" redefined
  172. <command-line>:0:0: note: this is the location of the previous definition
  173. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  174. <command-line>:0:0: note: this is the location of the previous definition
  175. <command-line>:0:0: warning: "ASMNAME" redefined
  176. <command-line>:0:0: note: this is the location of the previous definition
  177. <command-line>:0:0: warning: "ASMFNAME" redefined
  178. <command-line>:0:0: note: this is the location of the previous definition
  179. <command-line>:0:0: warning: "NAME" redefined
  180. <command-line>:0:0: note: this is the location of the previous definition
  181. <command-line>:0:0: warning: "CNAME" redefined
  182. <command-line>:0:0: note: this is the location of the previous definition
  183. <command-line>:0:0: warning: "CHAR_NAME" redefined
  184. <command-line>:0:0: note: this is the location of the previous definition
  185. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  186. <command-line>:0:0: note: this is the location of the previous definition
  187. <command-line>:0:0: warning: "ASMNAME" redefined
  188. <command-line>:0:0: note: this is the location of the previous definition
  189. <command-line>:0:0: warning: "ASMFNAME" redefined
  190. <command-line>:0:0: note: this is the location of the previous definition
  191. <command-line>:0:0: warning: "NAME" redefined
  192. <command-line>:0:0: note: this is the location of the previous definition
  193. <command-line>:0:0: warning: "CNAME" redefined
  194. <command-line>:0:0: note: this is the location of the previous definition
  195. <command-line>:0:0: warning: "CHAR_NAME" redefined
  196. <command-line>:0:0: note: this is the location of the previous definition
  197. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  198. <command-line>:0:0: note: this is the location of the previous definition
  199. <command-line>:0:0: warning: "ASMNAME" redefined
  200. <command-line>:0:0: note: this is the location of the previous definition
  201. <command-line>:0:0: warning: "ASMFNAME" redefined
  202. <command-line>:0:0: note: this is the location of the previous definition
  203. <command-line>:0:0: warning: "NAME" redefined
  204. <command-line>:0:0: note: this is the location of the previous definition
  205. <command-line>:0:0: warning: "CNAME" redefined
  206. <command-line>:0:0: note: this is the location of the previous definition
  207. <command-line>:0:0: warning: "CHAR_NAME" redefined
  208. <command-line>:0:0: note: this is the location of the previous definition
  209. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  210. <command-line>:0:0: note: this is the location of the previous definition
  211. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=strmm -DASMFNAME=strmm_ -DNAME=strmm_ -DCNAME=strmm -DCHAR_NAME=\"strmm_\" -DCHAR_CNAME=\"strmm\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX -DTRMM trsm.c -o strmm.o
  212. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=strsm -DASMFNAME=strsm_ -DNAME=strsm_ -DCNAME=strsm -DCHAR_NAME=\"strsm_\" -DCHAR_CNAME=\"strsm\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX trsm.c -o strsm.o
  213. <command-line>:0:0: warning: "ASMNAME" redefined
  214. <command-line>:0:0: note: this is the location of the previous definition
  215. <command-line>:0:0: warning: "ASMFNAME" redefined
  216. <command-line>:0:0: note: this is the location of the previous definition
  217. <command-line>:0:0: warning: "NAME" redefined
  218. <command-line>:0:0: note: this is the location of the previous definition
  219. <command-line>:0:0: warning: "CNAME" redefined
  220. <command-line>:0:0: note: this is the location of the previous definition
  221. <command-line>:0:0: warning: "CHAR_NAME" redefined
  222. <command-line>:0:0: note: this is the location of the previous definition
  223. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  224. <command-line>:0:0: note: this is the location of the previous definition
  225. <command-line>:0:0: warning: "ASMNAME" redefined
  226. <command-line>:0:0: note: this is the location of the previous definition
  227. <command-line>:0:0: warning: "ASMFNAME" redefined
  228. <command-line>:0:0: note: this is the location of the previous definition
  229. <command-line>:0:0: warning: "NAME" redefined
  230. <command-line>:0:0: note: this is the location of the previous definition
  231. <command-line>:0:0: warning: "CNAME" redefined
  232. <command-line>:0:0: note: this is the location of the previous definition
  233. <command-line>:0:0: warning: "CHAR_NAME" redefined
  234. <command-line>:0:0: note: this is the location of the previous definition
  235. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  236. <command-line>:0:0: note: this is the location of the previous definition
  237. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=ssyrk -DASMFNAME=ssyrk_ -DNAME=ssyrk_ -DCNAME=ssyrk -DCHAR_NAME=\"ssyrk_\" -DCHAR_CNAME=\"ssyrk\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX syrk.c -o ssyrk.o
  238. <command-line>:0:0: warning: "ASMNAME" redefined
  239. <command-line>:0:0: note: this is the location of the previous definition
  240. <command-line>:0:0: warning: "ASMFNAME" redefined
  241. <command-line>:0:0: note: this is the location of the previous definition
  242. <command-line>:0:0: warning: "NAME" redefined
  243. <command-line>:0:0: note: this is the location of the previous definition
  244. <command-line>:0:0: warning: "CNAME" redefined
  245. <command-line>:0:0: note: this is the location of the previous definition
  246. <command-line>:0:0: warning: "CHAR_NAME" redefined
  247. <command-line>:0:0: note: this is the location of the previous definition
  248. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  249. <command-line>:0:0: note: this is the location of the previous definition
  250. <command-line>:0:0: warning: "ASMNAME" redefined
  251. <command-line>:0:0: note: this is the location of the previous definition
  252. <command-line>:0:0: warning: "ASMFNAME" redefined
  253. <command-line>:0:0: note: this is the location of the previous definition
  254. <command-line>:0:0: warning: "NAME" redefined
  255. <command-line>:0:0: note: this is the location of the previous definition
  256. <command-line>:0:0: warning: "CNAME" redefined
  257. <command-line>:0:0: note: this is the location of the previous definition
  258. <command-line>:0:0: warning: "CHAR_NAME" redefined
  259. <command-line>:0:0: note: this is the location of the previous definition
  260. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  261. <command-line>:0:0: note: this is the location of the previous definition
  262. ger.c: In function ‘sger_’:
  263. ger.c:178:27: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  264.    if(1L * m * n > 2048L * GEMM_MULTITHREAD_THRESHOLD)
  265.                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
  266.                            GEMM_THREAD_TR
  267. ger.c:178:27: note: each undeclared identifier is reported only once for each function it appears in
  268. make[1]: *** [Makefile:813: sger.o] Error 1
  269. make[1]: *** Waiting for unfinished jobs....
  270. In file included from ../common.h:490:0,
  271.                  from gemm.c:41:
  272. gemm.c: In function ‘sgemm_’:
  273. ../common_param.h:971:23: error: ‘GEMM_DEFAULT_OFFSET_A’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_UNROLL_M’?
  274.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  275.                        ^
  276. gemm.c:402:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  277.    sa = (XFLOAT *)((BLASLONG)buffer +GEMM_OFFSET_A);
  278.                                      ^~~~~~~~~~~~~
  279. ../common_param.h:971:23: note: each undeclared identifier is reported only once for each function it appears in
  280.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  281.                        ^
  282. gemm.c:402:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  283.    sa = (XFLOAT *)((BLASLONG)buffer +GEMM_OFFSET_A);
  284.                                      ^~~~~~~~~~~~~
  285. ger.c: In function ‘cblas_sger’:
  286. ger.c:178:27: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  287.    if(1L * m * n > 2048L * GEMM_MULTITHREAD_THRESHOLD)
  288.                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
  289.                            GEMM_THREAD_TR
  290. ger.c:178:27: note: each undeclared identifier is reported only once for each function it appears in
  291. make[1]: *** [Makefile:1525: cblas_sger.o] Error 1
  292. ../common_param.h:981:18: error: ‘SGEMM_DEFAULT_P’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_R’?
  293.  #define SGEMM_P  SGEMM_DEFAULT_P
  294.                   ^
  295. ../common_param.h:1117:18: note: in expansion of macro ‘SGEMM_P’
  296.  #define GEMM_P   SGEMM_P
  297.                   ^~~~~~~
  298. gemm.c:403:37: note: in expansion of macro ‘GEMM_P’
  299.    sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  300.                                      ^~~~~~
  301. ../common_param.h:982:18: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_P’?
  302.  #define SGEMM_Q  SGEMM_DEFAULT_Q
  303.                   ^
  304. ../common_param.h:1118:18: note: in expansion of macro ‘SGEMM_Q’
  305.  #define GEMM_Q   SGEMM_Q
  306.                   ^~~~~~~
  307. gemm.c:403:46: note: in expansion of macro ‘GEMM_Q’
  308.    sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  309.                                               ^~~~~~
  310. ../common_param.h:973:20: error: ‘GEMM_DEFAULT_ALIGN’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_R’?
  311.  #define GEMM_ALIGN GEMM_DEFAULT_ALIGN
  312.                     ^
  313. gemm.c:403:73: note: in expansion of macro ‘GEMM_ALIGN’
  314.    sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  315.                                                                          ^~~~~~~~~~
  316. ../common_param.h:972:23: error: ‘GEMM_DEFAULT_OFFSET_B’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_OFFSET_A’?
  317.  #define GEMM_OFFSET_B GEMM_DEFAULT_OFFSET_B
  318.                        ^
  319. gemm.c:403:103: note: in expansion of macro ‘GEMM_OFFSET_B’
  320.    sb = (XFLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  321.                                                                                                        ^~~~~~~~~~~~~
  322. make[1]: *** [Makefile:1189: sgemm.o] Error 1
  323. In file included from ../common.h:490:0,
  324.                  from syrk.c:41:
  325. syrk.c: In function ‘ssyrk_’:
  326. ../common_param.h:971:23: error: ‘GEMM_DEFAULT_OFFSET_A’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_UNROLL_M’?
  327.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  328.                        ^
  329. syrk.c:322:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  330.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  331.                                      ^~~~~~~~~~~~~
  332. ../common_param.h:971:23: note: each undeclared identifier is reported only once for each function it appears in
  333.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  334.                        ^
  335. syrk.c:322:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  336.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  337.                                      ^~~~~~~~~~~~~
  338. ../common_param.h:981:18: error: ‘SGEMM_DEFAULT_P’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_R’?
  339.  #define SGEMM_P  SGEMM_DEFAULT_P
  340.                   ^
  341. ../common_param.h:1117:18: note: in expansion of macro ‘SGEMM_P’
  342.  #define GEMM_P   SGEMM_P
  343.                   ^~~~~~~
  344. syrk.c:323:36: note: in expansion of macro ‘GEMM_P’
  345.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  346.                                     ^~~~~~
  347. ../common_param.h:982:18: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_P’?
  348.  #define SGEMM_Q  SGEMM_DEFAULT_Q
  349.                   ^
  350. ../common_param.h:1118:18: note: in expansion of macro ‘SGEMM_Q’
  351.  #define GEMM_Q   SGEMM_Q
  352.                   ^~~~~~~
  353. syrk.c:323:45: note: in expansion of macro ‘GEMM_Q’
  354.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  355.                                              ^~~~~~
  356. In file included from ../common.h:490:0,
  357.                  from trsm.c:41:
  358. trsm.c: In function ‘strsm_’:
  359. ../common_param.h:971:23: error: ‘GEMM_DEFAULT_OFFSET_A’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_UNROLL_M’?
  360.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  361.                        ^
  362. trsm.c:357:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  363.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  364.                                      ^~~~~~~~~~~~~
  365. ../common_param.h:971:23: note: each undeclared identifier is reported only once for each function it appears in
  366.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  367.                        ^
  368. trsm.c:357:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  369.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  370.                                      ^~~~~~~~~~~~~
  371. In file included from ../common.h:490:0,
  372.                  from symm.c:41:
  373. symm.c: In function ‘ssymm_’:
  374. ../common_param.h:971:23: error: ‘GEMM_DEFAULT_OFFSET_A’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_UNROLL_M’?
  375.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  376.                        ^
  377. symm.c:368:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  378.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  379.                                      ^~~~~~~~~~~~~
  380. ../common_param.h:971:23: note: each undeclared identifier is reported only once for each function it appears in
  381.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  382.                        ^
  383. symm.c:368:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  384.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  385.                                      ^~~~~~~~~~~~~
  386. In file included from ../common.h:490:0,
  387.                  from trsm.c:41:
  388. trsm.c: In function ‘strmm_’:
  389. ../common_param.h:971:23: error: ‘GEMM_DEFAULT_OFFSET_A’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_UNROLL_M’?
  390.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  391.                        ^
  392. trsm.c:357:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  393.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  394.                                      ^~~~~~~~~~~~~
  395. ../common_param.h:971:23: note: each undeclared identifier is reported only once for each function it appears in
  396.  #define GEMM_OFFSET_A GEMM_DEFAULT_OFFSET_A
  397.                        ^
  398. trsm.c:357:37: note: in expansion of macro ‘GEMM_OFFSET_A’
  399.    sa = (FLOAT *)((BLASLONG)buffer + GEMM_OFFSET_A);
  400.                                      ^~~~~~~~~~~~~
  401. ../common_param.h:981:18: error: ‘SGEMM_DEFAULT_P’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_R’?
  402.  #define SGEMM_P  SGEMM_DEFAULT_P
  403.                   ^
  404. ../common_param.h:1117:18: note: in expansion of macro ‘SGEMM_P’
  405.  #define GEMM_P   SGEMM_P
  406.                   ^~~~~~~
  407. trsm.c:358:36: note: in expansion of macro ‘GEMM_P’
  408.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  409.                                     ^~~~~~
  410. ../common_param.h:973:20: error: ‘GEMM_DEFAULT_ALIGN’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_R’?
  411.  #define GEMM_ALIGN GEMM_DEFAULT_ALIGN
  412.                     ^
  413. syrk.c:323:72: note: in expansion of macro ‘GEMM_ALIGN’
  414.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  415.                                                                         ^~~~~~~~~~
  416. ../common_param.h:972:23: error: ‘GEMM_DEFAULT_OFFSET_B’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_OFFSET_A’?
  417.  #define GEMM_OFFSET_B GEMM_DEFAULT_OFFSET_B
  418.                        ^
  419. syrk.c:323:102: note: in expansion of macro ‘GEMM_OFFSET_B’
  420.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  421.                                                                                                       ^~~~~~~~~~~~~
  422. ../common_param.h:982:18: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_P’?
  423.  #define SGEMM_Q  SGEMM_DEFAULT_Q
  424.                   ^
  425. ../common_param.h:1118:18: note: in expansion of macro ‘SGEMM_Q’
  426.  #define GEMM_Q   SGEMM_Q
  427.                   ^~~~~~~
  428. trsm.c:358:45: note: in expansion of macro ‘GEMM_Q’
  429.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  430.                                              ^~~~~~
  431. ../common_param.h:981:18: error: ‘SGEMM_DEFAULT_P’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_R’?
  432.  #define SGEMM_P  SGEMM_DEFAULT_P
  433.                   ^
  434. ../common_param.h:1117:18: note: in expansion of macro ‘SGEMM_P’
  435.  #define GEMM_P   SGEMM_P
  436.                   ^~~~~~~
  437. symm.c:369:36: note: in expansion of macro ‘GEMM_P’
  438.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  439.                                     ^~~~~~
  440. ../common_param.h:982:18: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_P’?
  441.  #define SGEMM_Q  SGEMM_DEFAULT_Q
  442.                   ^
  443. ../common_param.h:1118:18: note: in expansion of macro ‘SGEMM_Q’
  444.  #define GEMM_Q   SGEMM_Q
  445.                   ^~~~~~~
  446. symm.c:369:45: note: in expansion of macro ‘GEMM_Q’
  447.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  448.                                              ^~~~~~
  449. ../common_param.h:981:18: error: ‘SGEMM_DEFAULT_P’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_R’?
  450.  #define SGEMM_P  SGEMM_DEFAULT_P
  451.                   ^
  452. ../common_param.h:1117:18: note: in expansion of macro ‘SGEMM_P’
  453.  #define GEMM_P   SGEMM_P
  454.                   ^~~~~~~
  455. trsm.c:358:36: note: in expansion of macro ‘GEMM_P’
  456.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  457.                                     ^~~~~~
  458. make[1]: *** [Makefile:1261: ssyrk.o] Error 1
  459. ../common_param.h:973:20: error: ‘GEMM_DEFAULT_ALIGN’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_R’?
  460.  #define GEMM_ALIGN GEMM_DEFAULT_ALIGN
  461.                     ^
  462. trsm.c:358:72: note: in expansion of macro ‘GEMM_ALIGN’
  463.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  464.                                                                         ^~~~~~~~~~
  465. ../common_param.h:982:18: error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did you mean ‘SGEMM_DEFAULT_P’?
  466.  #define SGEMM_Q  SGEMM_DEFAULT_Q
  467.                   ^
  468. ../common_param.h:1118:18: note: in expansion of macro ‘SGEMM_Q’
  469.  #define GEMM_Q   SGEMM_Q
  470.                   ^~~~~~~
  471. trsm.c:358:45: note: in expansion of macro ‘GEMM_Q’
  472.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  473.                                              ^~~~~~
  474. ../common_param.h:972:23: error: ‘GEMM_DEFAULT_OFFSET_B’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_OFFSET_A’?
  475.  #define GEMM_OFFSET_B GEMM_DEFAULT_OFFSET_B
  476.                        ^
  477. trsm.c:358:102: note: in expansion of macro ‘GEMM_OFFSET_B’
  478.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  479.                                                                                                       ^~~~~~~~~~~~~
  480. ../common_param.h:973:20: error: ‘GEMM_DEFAULT_ALIGN’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_R’?
  481.  #define GEMM_ALIGN GEMM_DEFAULT_ALIGN
  482.                     ^
  483. symm.c:369:72: note: in expansion of macro ‘GEMM_ALIGN’
  484.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  485.                                                                         ^~~~~~~~~~
  486. ../common_param.h:972:23: error: ‘GEMM_DEFAULT_OFFSET_B’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_OFFSET_A’?
  487.  #define GEMM_OFFSET_B GEMM_DEFAULT_OFFSET_B
  488.                        ^
  489. symm.c:369:102: note: in expansion of macro ‘GEMM_OFFSET_B’
  490.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  491.                                                                                                       ^~~~~~~~~~~~~
  492. make[1]: *** [Makefile:1207: ssymm.o] Error 1
  493. ../common_param.h:973:20: error: ‘GEMM_DEFAULT_ALIGN’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_R’?
  494.  #define GEMM_ALIGN GEMM_DEFAULT_ALIGN
  495.                     ^
  496. trsm.c:358:72: note: in expansion of macro ‘GEMM_ALIGN’
  497.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  498.                                                                         ^~~~~~~~~~
  499. ../common_param.h:972:23: error: ‘GEMM_DEFAULT_OFFSET_B’ undeclared (first use in this function); did you mean ‘GEMM_DEFAULT_OFFSET_A’?
  500.  #define GEMM_OFFSET_B GEMM_DEFAULT_OFFSET_B
  501.                        ^
  502. trsm.c:358:102: note: in expansion of macro ‘GEMM_OFFSET_B’
  503.    sb = (FLOAT *)(((BLASLONG)sa + ((GEMM_P * GEMM_Q * COMPSIZE * SIZE + GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
  504.                                                                                                       ^~~~~~~~~~~~~
  505. trsm.c:365:19: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  506.    if ( args.m < 2*GEMM_MULTITHREAD_THRESHOLD )
  507.                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
  508.                    GEMM_THREAD_TR
  509. make[1]: *** [Makefile:1243: strsm.o] Error 1
  510. trsm.c:365:19: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  511.    if ( args.m < 2*GEMM_MULTITHREAD_THRESHOLD )
  512.                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
  513.                    GEMM_THREAD_TR
  514. gemv.c: In function ‘sgemv_’:
  515. gemv.c:223:29: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  516.    if ( 1L * m * n < 2304L * GEMM_MULTITHREAD_THRESHOLD )
  517.                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  518.                              GEMM_THREAD_TR
  519. gemv.c:223:29: note: each undeclared identifier is reported only once for each function it appears in
  520. gemv.c: In function ‘cblas_sgemv’:
  521. gemv.c:223:29: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  522.    if ( 1L * m * n < 2304L * GEMM_MULTITHREAD_THRESHOLD )
  523.                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  524.                              GEMM_THREAD_TR
  525. gemv.c:223:29: note: each undeclared identifier is reported only once for each function it appears in
  526. make[1]: *** [Makefile:1225: strmm.o] Error 1
  527. make[1]: *** [Makefile:841: sgemv.o] Error 1
  528. make[1]: *** [Makefile:1513: cblas_sgemv.o] Error 1
  529. make[1]: Leaving directory '/home/marcs/DevLab/aur/openblas-lapack/src/OpenBLAS-0.2.19/interface'
  530. make: *** [Makefile:134: libs] Error 1
  531. ==> ERROR:(B A failure occurred in build().(B
  532.     Aborting...(B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement