Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ hgemm/trivial ] Use aligned memory allocation in K1 transpose non_M…
…8_case - Since K1 GEMM does not use data packing, I did not use aligned memory allocation. - However, for SIMD situation, using such is more preferred. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: skykongkong8 <[email protected]>
- Loading branch information