-
Notifications
You must be signed in to change notification settings - Fork 40
Beignet: self-test failed: (3, 7, 5) + (5, 7, 3) returned (6, 7, 5) on Linux 4.9.92 with a i7-8550U #7
Comments
@ruiling-song @xionghul @guoyejun @HeJunyan This issue still persists. :( |
Same here, the issue pops up in the terminal when I start Nuke, so definitely not a resolve specific thing
|
@bag-man @hellozee I am sorry I didn't take care of this bug. right now, Beignet is not actively maintained anymore. I don't have any idea what's wrong behind the error message. One thing I can think of is to run the beignet unit tests see if you can get some hint from failure cases . And I strongly suggest you to try intel-compute-runtime at https://github.com/intel/compute-runtime which is used to replace Beignet. |
I have a similar issue: Ran the unit tests: summary:total: 1046 Intel(R) Core(TM) i7-4510U CPU @ 2.00GHz |
@ruiling nice, the failed tests message disappear once started using the compute-runtime, I can now use OpenCL in Blender Cycles |
Bisecting points to commit f805337, blanking Try it if you're on a pre-Gen8 chip. |
seems this cause bug(#7) Signed-off-by: Ruiling Song <[email protected]>
Commit f805337 seems to fix it. |
EDIT: Filled issue on their Gitlab: https://gitlab.freedesktop.org/beignet/beignet/issues/80
When running Davinci Resolve on Manjaro Linux with Kernel 4.9.92-1 on my new Dell XPS 13 9370 with the Intel i7-8550U w/620 graphics, I get the following issue:
Intel i7-8550U
Intel UHD Graphics 620
Dell XPS 13 9370
Linux 4.9.92-1
Beignet 1.3.2-2
Davinci Resolve 14.3-1
A test is clearly failing, which is disabling the openCL device, and causing the application to crash. If I add the self test ignore I get:
Happy to help test any fixes, I believe this is an issue with Beignet, not Resolve, but if you think that isn't the case I can try and log an issue with them too.
Thanks
The text was updated successfully, but these errors were encountered: