File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1021020 . 生成九齿算子(可选)
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)测试
You can’t perform that action at this time.
0 commit comments