diff options
author | worktycho <work.tycho@gmail.com> | 2014-06-06 15:37:11 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-06-06 15:37:11 +0200 |
commit | 8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0 (patch) | |
tree | c564ee19173baeb02db8248c3d0b4e95a96844dd /docs/Generator.html | |
parent | Expanded GPU section (diff) | |
download | cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.tar cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.tar.gz cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.tar.bz2 cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.tar.lz cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.tar.xz cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.tar.zst cuberite-8c8c3ba5c4dbdf85f10df6ba1ee3dd3f6b8438d0.zip |
Diffstat (limited to 'docs/Generator.html')
-rw-r--r-- | docs/Generator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Generator.html b/docs/Generator.html index 5def63e3b..17690cd5c 100644 --- a/docs/Generator.html +++ b/docs/Generator.html @@ -404,7 +404,7 @@ and use the layout corresponding to the threshold:</p> <p>Much of the terain genertion 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 a 800MHz a GPU with 15,000 threads can execute parallel +in over 100 chunks in parallel. A naive comparison suggests that a 800MHz GPU with 15,000 threads can execute parallel code 250 times faster than a 3GHz CPU with 128 bit SIMD. Obviously we want to harness that power.</p> </body> </html> |