SPEC CPU 基准中各种浮点运算的百分比
Percentage of various Floating Point Operations in SPEC CPU Benchmarks
我正在查看 SPEC CPU2006 浮点基准测试网站:SPEC 2006 Floating Point
我注意到列出了所有基准测试,但我找不到任何关于基本浮点运算百分比的信息,例如 add/sub、mult、sqrt、div,等等
我将如何找到这些信息?也就是说,每个基准的 add/sub、mults、divs、sqrts 等的百分比是多少?
例如,LINPACK 基准测试有以下论文,其中包括操作计数:The LINPACK Benchmark: Past, Present, and Future
我在偶然浏览的一些随机论文中发现了一些细节:
- Design issues in division and other floating-point operations by Oberman, S.F.
-
Reconfigurable Custom Floating-Point Instructions by Jin et. al
这些论文绘制了乘法、加法、减法、除法和平方根的相对频率。
我正在查看 SPEC CPU2006 浮点基准测试网站:SPEC 2006 Floating Point
我注意到列出了所有基准测试,但我找不到任何关于基本浮点运算百分比的信息,例如 add/sub、mult、sqrt、div,等等
我将如何找到这些信息?也就是说,每个基准的 add/sub、mults、divs、sqrts 等的百分比是多少?
例如,LINPACK 基准测试有以下论文,其中包括操作计数:The LINPACK Benchmark: Past, Present, and Future
我在偶然浏览的一些随机论文中发现了一些细节:
- Design issues in division and other floating-point operations by Oberman, S.F.
- Reconfigurable Custom Floating-Point Instructions by Jin et. al
这些论文绘制了乘法、加法、减法、除法和平方根的相对频率。