-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme.txt
22 lines (18 loc) · 1.1 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*********************************************************************************
* 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.