Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCL problem with Windows on Intel integrated CPU #54

Closed
iopq opened this issue Jul 23, 2019 · 6 comments
Closed

OpenCL problem with Windows on Intel integrated CPU #54

iopq opened this issue Jul 23, 2019 · 6 comments

Comments

@iopq
Copy link
Contributor

iopq commented Jul 23, 2019

I first waited for the tuning to finish then whenever I launch it it spits out

KataGo v1.2
Using OpenCL Device 0: Intel(R) HD Graphics 5500 (Intel(R) Corporation) OpenCL 2
.0
Loaded tuning parameters from: ./KataGoData/opencltuning/tune_gpuIntelRHDGraphic
s5500_x19_y19_c96_mv5.txt
Uncaught exception: CL_BUILD_PROGRAM_FAILURE
BUILD LOG FOR xgemmDirectProgram ON DEVICE 0
fcl build 1 succeeded.

and then it quits

@lightvector
Copy link
Owner

@Naphthalin posted a very similar error to yours with Intel HD Graphics 4600, where it tuned successfully, then failed to build when actually using the parameters (despite building successfully when tuning). "fcl build 1 succeeded" is supposed to be the error message when building, which strangely sounds like a success!

I think the answer might be that Intel HD Graphics OpenCL is simply buggy. At least, I'm not sure there's much I can do here. See CNugteren/CLBlast#280

@l1t1
Copy link

l1t1 commented Jul 23, 2019

try 32bit version, my 4400 works on it

@iopq
Copy link
Contributor Author

iopq commented Jul 24, 2019

32bit didn't work, LeelaZero works fine for some reason

@iopq
Copy link
Contributor Author

iopq commented Aug 29, 2019

I did the tuning again to see what happened

Tuning xGemmDirect for convolutions
Testing 56 different configs
WARNING: Reference implementation failed: CL_BUILD_PROGRAM_FAILURE
Tuning 20/56 ...
Tuning 40/56 ...
ERROR: Could not find any configuration that worked
Done tuning
------------------------------------------------------
Uncaught exception: CL_BUILD_PROGRAM_FAILURE
BUILD LOG FOR xgemmDirectProgram ON DEVICE 0
fcl build 1 succeeded.

@portkata
Copy link

Does the current 1.3.2 engine work with intel graphics for anyone? if so, which intel graphics generation do you have?

@lightvector
Copy link
Owner

Seems basically the same as #78, and also a pretty old issue so closing this issue and just leaving the other one open for user visiblity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants