|
|
|
|
|
by cbutner
1713 days ago
|
|
The engine itself is in C++, but it calls in to TensorFlow via Python as a portability/distribution vs. performance trade-off. Next steps could be using one of Lc0's backends for GPU scenarios, or taking the other side of the trade and using the C++ API for TPU. There's also your typical CPU and memory optimizations that could be made - some baseline work there but not targeted. |
|