[Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU
Rebecca N. Palmer
rebecca_palmer at zoho.com
Sun Oct 16 12:28:00 UTC 2016
> Beignet: self-test failed: (3, 7, 5) + (5, 7, 3) returned (3, 7, 5)
> See README.md or http://www.freedesktop.org/wiki/Software/Beignet/
> Beignet: disabling non-working device
That looks like the "no __local on Haswell" issue (Linux fixed this in 4.2,
but FreeBSD might not have): try
OCL_IGNORE_SELF_TEST=1 clinfo
If you compiled Beignet yourself, also try running the test suite:
make utest
cd utests
. setenv.sh
./utest_run
If it is that, I'd expect most but not all of them to pass.
More information about the Beignet
mailing list