Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2013-12-18 | 1.0 kB | |
manual.pdf | 2013-12-18 | 264.0 kB | |
hycuda_v0.1.tar.gz | 2013-12-18 | 1.4 MB | |
Totals: 3 Items | 1.6 MB | 0 |
Welcome to HyCuda, the Hybrid Framework Code Generator for CUDA. For information about what exactly HyCuda does, I refer you to the manual, and to the summarizing article on CodeProject: http://www.codeproject.com/Articles/698626/HyCuda-a-Hybrid-Framework-Code-Generator-for-CUDA The manual is also available in HTML format at http://hycuda.sourceforge.com How to build HyCuda: I will provide a proper build setup once I'm convinced that I am not the only person using it, so for now you will have to configure manually before calling make on the provided Makefile. * First, create a directory that will hold HyCuda's skeleton files. For example /etc/skel/hycuda * Copy the files in the skeleton/ directory to your newly created directory. * Modify the header file parser/skeletons.h to contain the ABSOLUTE path to the skeletons. * Build the executable by calling make on the provided Makefile. * Create a symlink to the executable somewhere on your path. For questions, contact me at jorenheit@gmail.com