Skip to content

Commit 19b1973

Browse files
committed
README Changes with Subconfig Renaming
1 parent 1ec6b73 commit 19b1973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As of Jul., 2021, the coprocessor is undocumented but not protected either. (Any
66

77
Known issues:
88
- Generic-strided is not supported by our microkernels for the destination matrix. Program would `assert(false)` upon encountering such a situation.
9-
- TRSM might fail. Try commenting out function call to `bli_cntx_set_packm_kers` in `config/applem1/bli_cntx_init_applem1.c` if your need TRSM to work.
9+
- TRSM might fail. Try commenting out function call to `bli_cntx_set_packm_kers` in `config/aaplmx/bli_cntx_init_aaplmx.c` if your need TRSM to work.
1010
- Performance is around 75% the hardware peak. This is worse than the Accelerate framework on small size matrices while better on large size one.
11-
![](docs/graphs/applem1/output_st_dgemm_asm_blis.png)
11+
![](docs/graphs/aaplmx/output_st_dgemm_asm_blis.png)
1212

0 commit comments

Comments
 (0)