Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayeths/XA320
Test-Driving Huawei Kunpeng 920 (on XA320 High-Density Node)
https://github.com/mayeths/XA320
Last synced: 2 months ago
JSON representation
Test-Driving Huawei Kunpeng 920 (on XA320 High-Density Node)
- Host: GitHub
- URL: https://github.com/mayeths/XA320
- Owner: mayeths
- Created: 2020-07-27T00:48:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T14:10:15.000Z (over 4 years ago)
- Last Synced: 2024-08-03T01:22:00.903Z (6 months ago)
- Language: C
- Size: 564 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨Testing basic operations on single Huawei ARM core
All *.c files can be directly compiled by `gcc`.
### 1. 指令延迟测试 inst_latency.c
![Inst Latency](./img/inst_latency.png "Instruction latency")### 2. 指令吞吐测试 inst_throughput.c
![Inst Throughput](./img/inst_throughput.png "Instruction throughput")### 3. 访存延迟测试 mem_latency.c
![Mem Latency](./img/mem_latency.png "Memory latency")### 4. 指令吞吐测试 mem_throughput.c
**Todo**