标题: [高阶] 微软的GPGPU计划:The Accelerator Project [打印本页] 作者: xjb785 时间: 2007-2-21 12:39 标题: [高阶] 微软的GPGPU计划:The Accelerator Project 微软的GPGPU计划:The Accelerator Project
Summary: Accelerator provides a high-level data-parallel programming model as a library that is available for all .Net programming languages. The library translates the data-parallel operations on-the-fly to optimized GPU pixel shader code and API calls. Future versions will target multi-core cpus.
How to use this Wiki:A wiki is a Web site that lets you edit and update the content on it yourself. To be able to update this Wiki, you must get an account on Channel 9. Just click on the "Login" button on the upper right-hand side of the screen and then click on the "Create New Account link. Once you have that, login and go back to this page. There will now be an edit button on the left-hand side of the screen. Click on that if you want to add, modify, or update content.
Links:We have replaced our older technical report with a more up-to-date paper. The new paper can be found at [ftp://ftp.research.microsoft.com/pub/tr/TR-2005-184.pdf]. We will be presenting the paper at ASPLOS '06 in October, 2006. The paper is copyright ACM, 2006. It is the author's version of the work and is posted here by permission of ACM for your personal use.
Download:Version 1.1 of Accelerator is now available. It was uploaded October 25, 2006. Please upgrade to this version. It has significantly improved performance as well as recent bug fixes.
Announcementsarties interested in inquiring about commercial licensing of the Microsoft Research Accelerator software should contact msrlg@microsoft.com for more information.
We are eager to get feedback on the API and to hear about any problems. We are also interested in keeping track of the different application areas where the library is being used.
这个东西号称"provides a high-level data-parallel programming model as a library that is available for all .Net programming languages. The library translates the data-parallel operations on-the-fly to optimized GPU pixel shader code and API calls. Future versions will target multi-core cpus",如果你正准备弄一些GPGPU的应用又认为NVIDIA的CUDA方案有控制同行嫌疑的话,可以考虑这个东西。作者: yuguaiguai 时间: 2007-2-22 10:25
谢谢分享