[Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU

Rebecca N. Palmer rebecca_palmer at zoho.com
Mon Oct 17 06:47:57 UTC 2016


Weird - setenv.sh has export OCL_IGNORE_SELF_TEST=1, which is supposed 
to turn that off (does setting environment variables that way not work 
in FreeBSD? if so, you'll also need to set the rest of setenv.sh in 
whatever way does work).  Does passing that explicitly (i.e. 
OCL_IGNORE_SELF_TEST=1 ./utest_run or OCL_IGNORE_SELF_TEST=1 clinfo) , 
or disabling it altogether (remove the device = 0; at src/cl_device_id.c 
line 893), give you any more?

(*Warning*: these do *not* fix the underlying "using __local returns 
nonsense" problem, only turn off the check so we can see whether the 
problem actually is that.)



More information about the Beignet mailing list