GPU测试

This commit is contained in:
2026-01-20 10:54:30 +08:00
parent 8463f5a571
commit 8e9de9c858
59 changed files with 18934 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# FP16 性能评估 Benchmark 框架依赖
# 核心依赖
numpy>=1.21.0
opencv-python>=4.5.0
pyyaml>=6.0
# NVIDIA GPU 监控
pynvml>=11.0.0
# Ultralytics YOLO
ultralytics>=8.0.0
# TensorRT (需要单独安装)
# tensorrt>=8.6.0
# PyCUDA (需要单独安装)
# pycuda>=2022.1
# 可选: 数据分析
# pandas>=1.3.0
# matplotlib>=3.4.0