Skip to content

Commit bf3395f

Browse files
issue/554 添加指令硬件选项
1 parent 518c279 commit bf3395f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ python scripts/install.py [XMAKE_CONFIG_FLAGS]
9797
| `--ninetoothed=[y\|n]` | 是否编译九齿实现 | n
9898
| `--ccl=[y\|n]` | 是否编译 InfiniCCL 通信库接口实现 | n
9999

100-
##### 手动安装底层库
100+
##### 手动安装底层库
101101

102102
0. 生成九齿算子(可选)
103103

@@ -178,7 +178,7 @@ pip install . -e
178178
#### 运行 InfiniCore Python算子接口测试
179179

180180
```bash
181-
python test/infinicore/run.py --nvidia --verbose --bench
181+
python test/infinicore/run.py --verbose --bench [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun]
182182
```
183183

184184
使用 -h 查看更多参数。
@@ -187,9 +187,9 @@ python test/infinicore/run.py --nvidia --verbose --bench
187187

188188
```shell
189189
# 测试单算子
190-
python test/infiniop/[operator].py [--cpu | --nvidia | --cambricon | --ascend]
190+
python test/infiniop/[operator].py [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun | --Hygon]
191191
# 测试全部算子
192-
python scripts/python_test.py [--cpu | --nvidia | --cambricon | --ascend]
192+
python scripts/python_test.py [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun | --Hygon]
193193
```
194194

195195
#### 通信库(InfiniCCL)测试

0 commit comments

Comments
 (0)