Hi there,
I can build the whole OpenBLAS library, but I am wondering if it is possible to retrieve files required for cblas_sgemm() API since my application only needs matrix multiplication.
Is there an easy way to get the required files from source zip? In other words, I want to get the list of .S files and .c files in the following command:
gcc -o openblas_sgemm sgemm_function1.S ... gemm.c test_sgemm.c
Please let me know if I am missing something.