Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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**