
gpuocelot
Overview
Ocelot is a modular dynamic compilation framework for heterogeneous system, providing various backend targets for CUDA programs and analysis modules for the PTX virtual instruction set. Ocelot currently allows CUDA programs to be executed on NVIDIA GPUs, AMD GPUs, and x86-CPUs at full speed without recompilation.
http://www.akerr.net/images/ocelot/ocelot.png' alt='GPU Ocelot' />
News
March, 2013 - Actively seeking developers for AMD and Intel GPU backends. Please post on the mailing list if interested.
June 10, 2012 - GPU Ocelot tutorial to be presented at ISCA 2012.
May 14, 2012 - GPU Ocelot poster to be presented at GPU Technology Conference.
March 5, 2012 - Call for developers for the NVIDIA GPU device and the AMD GPU device. Initial implementations are in-place but we could greatly benefit from owners willing to test the code and add new features as new hardware (Kepler, GCN) comes out. Post on the mailing list if you are interested.
October 10, 2011 - Ocelot tutorial at PACT 2011 pact slides available
Contributing
Documentation
Ocelot currently is lacking good documentation for installation and common usage. If anyone is interested in writing tutorials or howtos please post on the mailing list.
Complete a Feature Request
If you would like to contribute to this project and help with any of the directions on our roadmap you can do the following:
- Pull a task from the list of issues
- Implement it on your own
- Post a patch to the relevant issue
- See the requirements for contributing a feature
- If it is accepted we will merge it into the main codebase
- Ask us about becoming a registered developer
Branch Our Code
If you want to work on something not on our roadmap, but want to host your code on this site, contact us about becoming a developer and creating a branch.
Start A New Project
If you want to work independently using Ocelot as a starting point, feel free to copy our most current release and use it internally.
Special Thanks
We would like to thank the following people, who have contributed novel ideas, software, and tests to the project: * Nathan Bell * Sylvain Collange * David Luebke * Diogo Sampaio * Ryuta Suzuki * Steve Worley * Ignacio Llamas * James Bigler * Greg Humphreys
Project Information
- License: New BSD License
- 267 stars
- svn-based source control
Labels:
CUDA
PTX
GPU
binarytranslator
compiler