|
|
|
|
|
by marcodiego
1839 days ago
|
|
Considering that the cell of each next generation can be individually calculated in parallel, I don't think a GPU implementation would be able to beat it. A GPU can have many pipelines and quickly process many "pixels" simultaneously but it will only be able to parallelize all of them for very small screen sizes. |
|