Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing type-mismatch errors in power10 sandbox (#701)
Details: - This commit fixes a mismatch between the function type signature of bli_gemm_ex() required by BLIS and the version of the function defined within the power10 sandbox. It also performs typecasting upon calling bli_gemm_front() to attain type consistency with the type signature defined by BLIS for bli_gemm_front().
- Loading branch information