Skip to content
Hung-Yi Pu edited this page Jul 15, 2019 · 6 revisions

How Odyssey work

Using a mapping of one CUDA thread to one pixel, the method of parallel computation done by CUDA can be illustrated in the following figure. Because the total pixel size is usually larger than the total number of working CUDA threads, the images are computed Grid by Grid by using a for-loop. test

Clone this wiki locally