You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.