GSoC 2024:GPU Libc 基准测试
原文英文,约800词,阅读约需3分钟。发表于: 。Hey everyone! My name is James and I worked on LLVM this summer through GSoC. My project is called GPU Libc Benchmarking. The main objective of this project was to develop microbenchmarking...
GSoC 2024项目中的GPU Libc Benchmarking旨在为GPU开发微基准测试基础设施,通过在GPU上编译和运行微基准测试框架,并使用libc函数向用户显示输出。基准测试基于Google Benchmark,测量每个基准测试的平均周期、最小值、最大值和标准差。未来的工作可以在基准测试基础设施中添加额外的基准测试,并改进基础设施,如增加用户输入范围的选项、改进数学函数的随机分布等。