- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Knowing the peak floating point operations rate of a processor, is there any rule of thumb for predicting the 'effective' FLOPs? In another words, how many percent of the peak FLOPs, in general, is the effective FLOPs?
Thanks for any insight.
Knowing the peak floating point operations rate of a processor, is there any rule of thumb for predicting the 'effective' FLOPs? In another words, how many percent of the peak FLOPs, in general, is the effective FLOPs?
Thanks for any insight.
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi notahoo,
Actual performance will be heavily dependent on the application. I would recommend reading the article at http://software.intel.com/en-us/articles/estimating-flops-using-event-based-sampling-ebs/. This should give you some ideas of how you can estimate your application's performance.
Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
Actual performance will be heavily dependent on the application. I would recommend reading the article at http://software.intel.com/en-us/articles/estimating-flops-using-event-based-sampling-ebs/. This should give you some ideas of how you can estimate your application's performance.
Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
In the Top500 supercomputer ratings, an "efficiency" is quoted as the ratio of actual performance to the peak flops rating. This rating can be achieved only where it is possible to use the vendor's optimized BLAS (MKL dgemm, in the case of Intel clusters) and adjust the problem size to maximize efficiency, and the memory bandwidth is not a significant limitation, as it would be for many real applications.
