|
|
|
|
|
by bainsfather
4212 days ago
|
|
"Maybe it's worth using the GPU at play time as well." The difficulty there is that sending data to and from the GPU is slow. You need to avoid data transfers, which might mean trying to do everything on the GPU. But the SIMD cores on the GPU are likely to perform poorly due to all the branch statements in chess code. |
|
[1]:https://chessprogramming.wikispaces.com/Forsyth-Edwards+Nota...