Open GD-fix opened 3 years ago
It would be better if before creating binary release the GTP.cpp will edited as follows: else if (command == "version") { gtp_printf(id," %s + %s", PROGRAM_VERSION, cfg_weightsfile.c_str()); return; }
Thanks in advance.
The strongest SAI weight file of 2021 year is 527ae617c8a61caae4473a69b8eb1411175fc2c3bcd35d13ca42dbf5a98090fa (https://lifein19x19.com/viewtopic.php?f=18&t=13322&p=270505#p270505).
People doesn't understand the purpose of SAI without binary releases: https://lifein19x19.com/viewtopic.php?f=18&t=13322&p=270695#p270695
SAI doesn't compile CPU only version (https://github.com/sai-dev/sai/commit/0883204f0bd16af0740fee733e9382f6b5e50c6a#commitcomment-48778038) unlike LeelaZero: "CMake Error at cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find OpenCL (missing: OpenCL_LIBRARY) (found version "2.2") Call Stack (most recent call first): cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/FindOpenCL.cmake:135 (find_package_handle_standard_args) CMakeLists.txt:30 (find_package)"
Is it possible to do 64-bit Linux binary CPU only release like KataGo?
Thanks in advance.