rc5-72/opencl: Fix Intel Xe Graphics compatibility#22
rc5-72/opencl: Fix Intel Xe Graphics compatibility#22void234 wants to merge 3 commits intodcti:masterfrom
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.