name: hw-benchmark description: 硬件性能基准查询 - GPU/CPU/AI加速卡性能数据与对比 metadata: { "openclaw": { "emoji": "📊" } }
硬件基准查询
查询和对比 GPU、CPU、AI加速卡的性能基准数据。
触发方式
- "A100 和 H100 性能对比"
- "GPU 性能排行"
- "AI 加速卡总览"
使用方法
python3 /root/workspace/skills/hw-benchmark/benchmark.py gpu --name "H100" python3 /root/workspace/skills/hw-benchmark/benchmark.py compare --gpus "A100,H100,MI300X" python3 /root/workspace/skills/hw-benchmark/benchmark.py gpu-rank --top 10 python3 /root/workspace/skills/hw-benchmark/benchmark.py cpu --name "EPYC 9654" python3 /root/workspace/skills/hw-benchmark/benchmark.py cpu-rank --top 10 python3 /root/workspace/skills/hw-benchmark/benchmark.py ai-cards