zhoujingbo/cohash
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
********************************************************************************* * Source code of following paper: Coherent parallel hashing * *---------------------------------------------------------- * * Ismael Garcia, Sylvain Lefebvre, Samuel Hornus, Anass Lasram * * * * ACM Transactions on Graphics (Proceedings of SIGGRAPH Asia), Vol. 30(6), 2011 * * * * http://www.ismaelgarcia.org/papers/cohash_siga2011 * ********************************************************************************* Dependencies: ------------- - CUDA 4.0 or later, available at www.nvidia.com. - CMake >= 2.8, available at www.cmake.org. Configuration & Installation ---------------------------- - Create the example_01 project files with 'configure' and 'generate'. - Follow the 'build' and 'install' project steps. - Run the test runCohashTest.bat in cohash/example folder.