From e85cea9163052914d12fab250de1d66fc65015b1 Mon Sep 17 00:00:00 2001 From: megvii-mge Date: Wed, 1 Mar 2023 18:37:09 +0800 Subject: [PATCH] test pr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 428fc59..cdbca03 100644 --- a/README.md +++ b/README.md @@ -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).