You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAI doesn't compile CPU only version (0883204#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.
The text was updated successfully, but these errors were encountered:
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;
}
SAI doesn't compile CPU only version (0883204#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.
The text was updated successfully, but these errors were encountered: