1
0
Fork 0

Fixed a typo.

This commit is contained in:
Mattes D 2014-06-06 19:45:17 +02:00
parent 5f56773dde
commit 87603eb280
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ and use the layout corresponding to the threshold:</p>
<p>(TODO)</p>
<a name="GPU"><h2>Executing on a GPU</h2></a>
<p>Much of the terain genertion consists of doing the same thing for every single column or block in a chunk. This
<p>Much of the terain generation consists of doing the same thing for every single column or block in a chunk. This
sort of computation is much faster on a GPU as GPUs are massively parallel. High end GPUs can execute up to 30,000
threads simultaneously, which would allow them to generate every block in half a chunk in parallel or every column
in over 100 chunks in parallel. A naive comparison suggests that a 800MHz GPU with 15,000 threads can execute parallel