有人可以分享 GTX 580 上 Radix 排序的基准吗?
有人可以分享 GTX 580 上 Radix 排序的基准吗?
Could someone share the benchmarks of Radix sort on GTX 580?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人可以分享 GTX 580 上 Radix 排序的基准吗?
Could someone share the benchmarks of Radix sort on GTX 580?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我认为还没有人发布过这样的数字,但最快的基数排序代码已经可用 这里。如果您有 GTX 580,那么您应该能够使用该页面上的说明运行排序基准测试。
基于此处和此处 我预计 GTX 580 的基数比 GTX 480 快 8% 到 15%种类。
I don't think anyone has published such numbers yet, but the fastest radix sort code is available here. If you have a GTX 580 then you should be able to run the sorting benchmark using the instructions on that page.
Based on the specifications listed here and here I'd expect the GTX 580 to be anywhere from 8 to 15% faster than the GTX 480 in radix sort.