apps,microbench: update doc

This commit is contained in:
Zihao Yu 2019-06-13 10:55:30 +08:00
parent 71202b3d71
commit 76530213b3
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
NAME = microbench
SRCS = $(shell find -L ./src/ -name "*.c" -o -name "*.cpp")
INPUT ?= REF
include $(AM_HOME)/Makefile.app

View File

@ -14,7 +14,7 @@ test数据规模很小作为测试用不计时不评分。
train数据规模中等可用于在仿真环境研究微结构行为计时不评分。
ref数据规模较大作为衡量CPU性能用计时并评分。
默认编译ref数据规模使用`make INPUT=TEST`编译test数据规模使用`make INPUT=TRAIN`编译train数据规模。
默认运行ref数据规模使用`make run mainargs=test`运行test数据规模使用`make run mainargs=train`运行train数据规模。
## 评分根据