Skip to content

Commit b7d9252

Browse files
Merge pull request #595 from InfiniTensor/issue/593
Issue/593 & Issue/594 & Issue/598
2 parents 9b0b89c + 1e6ccdc commit b7d9252

File tree

8 files changed

+498
-185
lines changed

8 files changed

+498
-185
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ pip install . -e
182182

183183
```bash
184184
# 测试单算子
185-
python test/infinicore/ops/[operator].py [--bench | --debug] [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun | --Hygon]
185+
python test/infinicore/ops/[operator].py [--bench | --debug | --verbose] [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun | --Hygon]
186186
# 测试全部算子
187-
python test/infinicore/run.py [--bench | --debug] [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun]
187+
python test/infinicore/run.py [--bench | --debug | --verbose] [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun]
188188
```
189189

190190
使用 -h 查看更多参数。

0 commit comments

Comments
 (0)