Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ mperf support CMake build system and require CMake version upper than 3.15.2, yo
* `cmake` Some cmake relative files.
* `common` Some common helper functions.
* `third_party` Some dependent libraries.
* `linter` OpenCL Linter [TBD].
* `linter` OpenCL Linter [TBD].

## Tutorial
* A tutorial about how to optimize matmul to achieve peak performance on ARM A55 core, which will illustrate the basic logic of how to use mperf help your optimization job, please reference [optimize the matmul with the help of mperf](doc/how_to_optimize_matmul/借助mperf进行矩阵乘法极致优化.md).
Expand Down