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

2016-10-18 Thread Rebecca N. Palmer
That looks like abi::__cxa_demangle is sometimes failing completely (and possibly inconsistently, given that it's failing on a different symbol this time). Given that it only happens on FreeBSD, possibly a libc++ (LLVM) vs libstdc++ (GCC) issue?? ___

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

2016-10-18 Thread Igor Pavlov
> possibly a name demangling problem? > To find out, try this The result is: platform number 1 platform_profile "FULL_PROFILE" platform_name "Intel Gen OCL Driver" platform_vendor "Intel" platform_version "OpenCL 1.2 beignet 1.2" platform_extensions "cl_khr_global_int32_base_atomics

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

2016-10-18 Thread Rebecca N. Palmer
> builtin_kernel_block_motion_estimate_intel()[SUCCESS] > runtime_climage_from_boname()Unresolved symbol: > _Z22__gen_ocl_write_imagef11ocl_image2dDv2_iDv4_f > Aborting... That message is from backend/src/llvm/llvm_gen_backend.hpp:97, and means it can't find that function (in its internal

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

2016-10-17 Thread Igor Pavlov
> you'll also need to set the rest of setenv.sh in whatever way does work There's slight improvement: platform number 1 platform_profile "FULL_PROFILE" platform_name "Intel Gen OCL Driver" platform_vendor "Intel" platform_version "OpenCL 1.2 beignet 1.2" platform_extensions

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

2016-10-17 Thread Rebecca N. Palmer
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

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

2016-10-16 Thread Igor Pavlov
> If you compiled Beignet yourself, also try running the test suite: Here is the result: # ./utest_run platform number 1 platform_profile "FULL_PROFILE" platform_name "Intel Gen OCL Driver" platform_vendor "Intel" platform_version "OpenCL 1.2 beignet 1.2" platform_extensions

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

2016-10-16 Thread Rebecca N. Palmer
> 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

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

2016-10-14 Thread Igor Pavlov
m: Igor Pavlov [mailto:igor.arabesc.pav...@gmail.com] > > Sent: Wednesday, October 12, 2016 6:13 PM > > To: Pan, Xiuli <xiuli@intel.com> > > Cc: beignet@lists.freedesktop.org > > Subject: Re: [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU > > > > >

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

2016-10-14 Thread Igor Pavlov
t:* Wednesday, October 12, 2016 8:00 AM > *To:* Pan, Xiuli <xiuli@intel.com> > *Cc:* beignet@lists.freedesktop.org > *Subject:* Re: [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU > > > > It's a headless system, there is no X. > > # pciconf -lvbce > > vgapci

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

2016-10-14 Thread Igor Pavlov
*On Behalf > Of *Igor Pavlov > *Sent:* Monday, October 10, 2016 8:51 PM > *To:* beignet@lists.freedesktop.org > *Subject:* [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU > > > > Dear Beignet community, > > Could someone kindly clarify, what do all of this me

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

2016-10-13 Thread Koop Mast
, October 12, 2016 6:13 PM > To: Pan, Xiuli <xiuli@intel.com> > Cc: beignet@lists.freedesktop.org > Subject: Re: [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU >   > > The PCIID should be 0x040a, and we support that device. > > Here it is: > > vgapci0@pci0

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

2016-10-13 Thread Pan, Xiuli
2, 2016 8:00 AM To: Pan, Xiuli <xiuli@intel.com<mailto:xiuli@intel.com>> Cc: beignet@lists.freedesktop.org<mailto:beignet@lists.freedesktop.org> Subject: Re: [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU It's a headless system, there is no X. # pciconf -lvbce vgapc

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

2016-10-11 Thread Pan, Xiuli
libdrm Thanks Xiuli From: Igor Pavlov [mailto:igor.arabesc.pav...@gmail.com] Sent: Wednesday, October 12, 2016 8:00 AM To: Pan, Xiuli <xiuli@intel.com> Cc: beignet@lists.freedesktop.org Subject: Re: [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU It's a headless system, there i

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

2016-10-11 Thread Pan, Xiuli
...@lists.freedesktop.org] On Behalf Of Igor Pavlov Sent: Monday, October 10, 2016 8:51 PM To: beignet@lists.freedesktop.org Subject: [Beignet] Weird clinfo ouput @ FreeBSD-11.0/Intel GPU Dear Beignet community, Could someone kindly clarify, what do all of this mean? # uname -opr FreeBSD 11.0-RELEASE-p1 amd64

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

2016-10-10 Thread Igor Pavlov
Dear Beignet community, Could someone kindly clarify, what do all of this mean? # uname -opr FreeBSD 11.0-RELEASE-p1 amd64 # sysctl hw.model hw.model: Intel(R) Xeon(R) CPU E3-1265L v3 @ 2.50GHz # pkg info | grep beignet beignet-1.2.0 OpenCL library for Intel GPUs # clinfo -v