-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mthreads] Support base/benchmarks: add td32 test
- Loading branch information
Showing
4 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# 参评AI芯片信息 | ||
|
||
* 厂商:Mthreads | ||
|
||
## 服务器1 | ||
|
||
- 产品名称:S4000 | ||
- 产品型号:MTT S4000 | ||
- TDP:/ | ||
|
||
# 所用服务器配置 | ||
|
||
* 服务器数量:1 | ||
|
||
## 服务器1 | ||
|
||
* 单服务器内使用卡数:8 | ||
* 服务器型号:/ | ||
* 操作系统版本:Ubuntu 22.04.5 LTS | ||
* 操作系统内核:Linux 5.15.0-105-generic | ||
* CPU:/ | ||
* docker版本:24.0.7 | ||
* 内存:1TiB | ||
* 服务器间AI芯片直连规格及带宽:此评测样例无需服务器间通信 | ||
|
||
# 评测结果 | ||
|
||
## 核心评测结果 | ||
|
||
| 评测项 | TF32算力测试值(8卡平均) | TF32算力标定值(8卡平均) | 测试标定比例(8卡平均) | | ||
| ---- | --------------- | --------------- | ------------ | | ||
| 评测结果 | / | / | / | | ||
|
||
## 能耗监控结果 | ||
|
||
| 监控项 | 系统平均功耗 | 系统最大功耗 | 系统功耗标准差 | 单机TDP | 单卡平均功耗(8卡平均) | 单卡最大功耗(8卡最大) | 单卡功耗标准差(8卡最大) | 单卡TDP | | ||
| ---- | ------- | ------- | ------- | ----- | ------------ | ------------ | ------------- | ----- | | ||
| 监控结果 | / | / | / | / | / | / | / | / | | ||
|
||
## 其他重要监控结果 | ||
|
||
| 监控项 | 系统平均CPU占用 | 系统平均内存占用 | 单卡平均温度(8卡平均) | 单卡平均显存占用(8卡平均) | | ||
| ---- | --------- | -------- | ------------ | -------------- | | ||
| 监控结果 | / | / | / | / | |
5 changes: 5 additions & 0 deletions
5
base/benchmarks/computation-TF32/mthreads/S4000/case_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
M: 8192 | ||
N: 8192 | ||
K: 8192 | ||
ITERS: 20000 | ||
DIST_BACKEND: "mccl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
echo "MTHREADS PLACEHOLDER ENV.SH" |
1 change: 1 addition & 0 deletions
1
base/benchmarks/computation-TF32/mthreads/S4000/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
loguru |