Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
bf3395f5
Unverified
Commit
bf3395f5
authored
Nov 05, 2025
by
PanZezhong1725
Committed by
GitHub
Nov 05, 2025
Browse files
issue/554 添加指令硬件选项
parent
518c279e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
bf3395f5
...
...
@@ -97,7 +97,7 @@ python scripts/install.py [XMAKE_CONFIG_FLAGS]
|
`--ninetoothed=[y\|n]`
| 是否编译九齿实现 | n
|
`--ccl=[y\|n]`
| 是否编译 InfiniCCL 通信库接口实现 | n
#####
手动安装底层库
##### 手动安装底层库
0.
生成九齿算子(可选)
...
...
@@ -178,7 +178,7 @@ pip install . -e
#### 运行 InfiniCore Python算子接口测试
```
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 查看更多参数。
...
...
@@ -187,9 +187,9 @@ python test/infinicore/run.py --nvidia --verbose --bench
```
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)测试
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment