Unverified Commit bf3395f5 authored by PanZezhong1725's avatar PanZezhong1725 Committed by GitHub
Browse files

issue/554 添加指令硬件选项

parent 518c279e
...@@ -178,7 +178,7 @@ pip install . -e ...@@ -178,7 +178,7 @@ pip install . -e
#### 运行 InfiniCore Python算子接口测试 #### 运行 InfiniCore Python算子接口测试
```bash ```bash
python test/infinicore/run.py --nvidia --verbose --bench python test/infinicore/run.py --verbose --bench [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun]
``` ```
使用 -h 查看更多参数。 使用 -h 查看更多参数。
...@@ -187,9 +187,9 @@ python test/infinicore/run.py --nvidia --verbose --bench ...@@ -187,9 +187,9 @@ python test/infinicore/run.py --nvidia --verbose --bench
```shell ```shell
# 测试单算子 # 测试单算子
python test/infiniop/[operator].py [--cpu | --nvidia | --cambricon | --ascend] python test/infiniop/[operator].py [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun | --Hygon]
# 测试全部算子 # 测试全部算子
python scripts/python_test.py [--cpu | --nvidia | --cambricon | --ascend] python scripts/python_test.py [--cpu | --nvidia | --cambricon | --ascend | --iluvatar | --metax | --moore | --kunlun | --Hygon]
``` ```
#### 通信库(InfiniCCL)测试 #### 通信库(InfiniCCL)测试
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment