You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:
In function ‘main’:
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:22:35:
error: ‘SGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this
function); did you mean ‘SBGEMM_DEFAULT_UNROLL_M’?
22 | printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M);
| ^~~~~~~~~~~~~~~~~~~~~~
| SBGEMM_DEFAULT_UNROLL_M
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:22:35:
note: each undeclared identifier is reported only once for each function it
appears in
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:23:35:
error: ‘SGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this
function); did you mean ‘SBGEMM_DEFAULT_UNROLL_N’?
23 | printf("SGEMM_UNROLL_N=%d\n", SGEMM_DEFAULT_UNROLL_N);
| ^~~~~~~~~~~~~~~~~~~~~~
| SBGEMM_DEFAULT_UNROLL_N
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:24:35:
error: ‘DGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this
function); did you mean ‘XGEMM_DEFAULT_UNROLL_M’?
24 | printf("DGEMM_UNROLL_M=%d\n", DGEMM_DEFAULT_UNROLL_M);
| ^~~~~~~~~~~~~~~~~~~~~~
| XGEMM_DEFAULT_UNROLL_M
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:25:35:
error: ‘DGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this
function); did you mean ‘QGEMM_DEFAULT_UNROLL_N’?
25 | printf("DGEMM_UNROLL_N=%d\n", DGEMM_DEFAULT_UNROLL_N);
| ^~~~~~~~~~~~~~~~~~~~~~
| QGEMM_DEFAULT_UNROLL_N
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:29:35:
error: ‘CGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this
function); did you mean ‘XGEMM_DEFAULT_UNROLL_M’?
29 | printf("CGEMM_UNROLL_M=%d\n", CGEMM_DEFAULT_UNROLL_M);
| ^~~~~~~~~~~~~~~~~~~~~~
| XGEMM_DEFAULT_UNROLL_M
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:30:35:
error: ‘CGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this
function); did you mean ‘QGEMM_DEFAULT_UNROLL_N’?
30 | printf("CGEMM_UNROLL_N=%d\n", CGEMM_DEFAULT_UNROLL_N);
| ^~~~~~~~~~~~~~~~~~~~~~
| QGEMM_DEFAULT_UNROLL_N
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:31:35:
error: ‘ZGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this
function); did you mean ‘XGEMM_DEFAULT_UNROLL_M’?
31 | printf("ZGEMM_UNROLL_M=%d\n", ZGEMM_DEFAULT_UNROLL_M);
| ^~~~~~~~~~~~~~~~~~~~~~
| XGEMM_DEFAULT_UNROLL_M
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:32:35:
error: ‘ZGEMM_DEFAULT_UNROLL_N’ undeclared (first use in this
function); did you mean ‘QGEMM_DEFAULT_UNROLL_N’?
32 | printf("ZGEMM_UNROLL_N=%d\n", ZGEMM_DEFAULT_UNROLL_N);
| ^~~~~~~~~~~~~~~~~~~~~~
| QGEMM_DEFAULT_UNROLL_N
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:79:50:
error: ‘SGEMM_DEFAULT_Q’ undeclared (first use in this function); did
you mean ‘SBGEMM_DEFAULT_Q’?
79 | printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q * SGEMM_DEFAULT_UNROLL_N * 4 * 1 * sizeof(float)));
| ^~~~~~~~~~~~~~~
| SBGEMM_DEFAULT_Q
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:80:50:
error: ‘DGEMM_DEFAULT_Q’ undeclared (first use in this function); did
you mean ‘SBGEMM_DEFAULT_Q’?
80 | printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q * DGEMM_DEFAULT_UNROLL_N * 2 * 1 * sizeof(double)));
| ^~~~~~~~~~~~~~~
| SBGEMM_DEFAULT_Q
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:81:50:
error: ‘CGEMM_DEFAULT_Q’ undeclared (first use in this function); did
you mean ‘SBGEMM_DEFAULT_Q’?
81 | printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 * sizeof(float)));
| ^~~~~~~~~~~~~~~
| SBGEMM_DEFAULT_Q
/home/dingjr/vcpkg/buildtrees/openblas/src/v0.3.28-6f3e63eb38.clean/getarch_2nd.c:82:50:
error: ‘ZGEMM_DEFAULT_Q’ undeclared (first use in this function); did
you mean ‘SBGEMM_DEFAULT_Q’?
82 | printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 * sizeof(double)));
| ^~~~~~~~~~~~~~~
| SBGEMM_DEFAULT_Q
ninja: build stopped: subcommand failed.
CPU is amd 9950x
error log:
./getarch 1
The text was updated successfully, but these errors were encountered: