Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mthreads]base/toolkits: s5000 gemm #785

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions base/toolkits/computation-BF16/mthreads/S5000/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 参评AI芯片信息

* 厂商:MThreads
* 产品名称:S5000
* 产品型号:MTT S5000
* TDP:/

# 所用服务器配置

* 服务器数量:1
* 单服务器内使用卡数:1
* 服务器型号:/
* 操作系统版本:Ubuntu 22.04.4 LTS
* 操作系统内核:Linux 5.15.0-105-generic
* CPU:/
* docker版本:24.0.7
* 内存:2TiB
* 服务器间AI芯片直连规格及带宽:此评测样例无需服务器间通信

# 评测结果

## 核心评测结果

| 评测项 | BF16算力测试值 | BF16算力标定值 | 测试标定比例 |
| ---- | ----------- | ---------- | ------ |
| 评测结果 | / | / | / |

## 能耗监控结果

| 监控项 | 系统平均功耗 | 系统最大功耗 | 系统功耗标准差 | 单机TDP | 单卡平均功耗 | 单卡最大功耗 | 单卡功耗标准差 | 单卡TDP |
| ---- | ------- | ------- | ------- | ----- | ------- | ------ | ------- | ----- |
| 监控结果 | / | / | / | / | / | / | / | / |

## 其他重要监控结果

| 监控项 | 系统平均CPU占用 | 系统平均内存占用 | 单卡平均温度 | 单卡平均显存占用 |
| ---- | --------- | -------- | ------- | -------- |
| 监控结果 | / | / | / | / |

# 厂商测试工具原理说明

使用GEMM算子进行computation-bound的计算任务,从而测得实际BF16算力
Loading