Hong Bo PENG
Hong Bo PENG
I would like to contribute to the ggml in improving the performance on ppc64le. Here is the updated code by using the VSX intrinsics. Please review. Thank you.
When we run lapack-test on Power7, we found some Eigen test failed. This PR tries to turn back to generic kernel for GEMV and GEMM, etc. Then all test passed...
**Description** Fix the quick return code for S/D/C/ZGEESX, C/ZHBEVX, S/DSBEVX, C/ZHEEVX, S/DSYEVX, C/ZHPEVX, S/DSPEVX, C/ZHPGVX. 1. set RCONDE and RCONDV in S/D/C/ZGEESX when N = 0. 2. set Q in...