-
Notifications
You must be signed in to change notification settings - Fork 24
rc5-72/opencl: Fix Intel Xe Graphics compatibility #22
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
base: master
Are you sure you want to change the base?
Conversation
Corresponding code is improved to not overrun a buffer. Added an API to write long strings to the log without trimming them.
Some compilation logs are long and do not fit into "standard" logging buffer, use just added API to do this.
|
For reference, here are the errors from Intel GPU with fixed build log, without changing the opencl compiling: [Jul 17 14:35:00 UTC] Error building cl program on device 1 Device #1:Automatic processor identification tag: 0 Platform info:Device info:native vector width (float): 1 |
Also includes #21 and improves logging.