From: Pan Xiuli
Add intel sub group short type builtins.
V2: Add gen8 part code.
Signed-off-by: Pan Xiuli
---
backend/src/backend/gen8_context.cpp | 12 +
backend/src/backend/gen_context.cpp | 12 +
backend/src/libocl/tmpl/ocl_simd.tmpl.cl | 44
On Thu, 2016-10-13 at 09:49 +, Pan, Xiuli wrote:
> Hi Igor,
>
> It seems something wrong with the libdrm, what the libdrm you are
> using?
>
> Thanks
> Xiuli
Hi,
I don't think it is a libdrm issue (yet). By default the permissions on
the /dev/dri devices get set to 660 and root:wheel. So
From: Junyan He
Signed-off-by: Junyan He
---
src/cl_api.c | 24
src/cl_api_mem.c | 14 ++
src/cl_mem.c | 42 --
src/cl_mem.h | 11 +++
4 files changed, 53 insertions(+), 38 deletions(-)
diff --git
Hi Igor,
It seems something wrong with the libdrm, what the libdrm you are using?
Thanks
Xiuli
From: Igor Pavlov [mailto:igor.arabesc.pav...@gmail.com]
Sent: Wednesday, October 12, 2016 6:13 PM
To: Pan, Xiuli
Cc: beignet@lists.freedesktop.org
Subject: Re: [Beignet] Weird clinfo ouput @ FreeBS
This version LGTM. Thanks for your patch, Rebecca.
Rong, I've also sent out a patchset to fix the problem I mentioned in previous
e-mail:
> There is a bug in Beignet: cl_intel_motion_estimation is supported by
> IVB only, but all devices show string cl_intel_motion_estimation in their
> CL_DEVI
Signed-off-by: Chuanbo Weng
---
src/cl_extensions.c | 11 +--
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/src/cl_extensions.c b/src/cl_extensions.c
index 4693bb6..93277f6 100644
--- a/src/cl_extensions.c
+++ b/src/cl_extensions.c
@@ -117,16 +117,7 @@ cl_intel_platform_en
Currently, cl_intel_motion_estimation is just implemented on IVB.
Signed-off-by: Chuanbo Weng
---
src/cl_device_id.c | 3 +++
src/cl_extensions.c | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/cl_device_id.c b/src/cl_device_id.c
index 4ea1828..7d56d90 100644
--- a/sr
From: Junyan He
---
src/cl_context.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/cl_context.c b/src/cl_context.c
index e2ee4c0..378f4c3 100644
--- a/src/cl_context.c
+++ b/src/cl_context.c
@@ -358,6 +358,7 @@ cl_create_context(const cl_context_properties * properties,
ctx = cl_co
From: Junyan He
Signed-off-by: Junyan He
---
src/cl_api.c | 38
src/cl_api_command_queue.c | 48 ++
src/cl_command_queue.c | 34 ++--
src/cl_command_queue.h | 11 ++
From: Junyan He
Signed-off-by: Junyan He
---
src/cl_api.c | 20
src/cl_api_sampler.c | 22 ++
2 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/src/cl_api.c b/src/cl_api.c
index 96aebc2..d80335e 100644
--- a/src/cl_api.c
+++ b/src/
From: Junyan He
Signed-off-by: Junyan He
---
src/cl_api.c | 20
src/cl_api_mem.c | 22 ++
2 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/src/cl_api.c b/src/cl_api.c
index 34242af..210b817 100644
--- a/src/cl_api.c
+++ b/src/cl_api.c
From: Junyan He
Also add some parameters check to this API.
Signed-off-by: Junyan He
---
src/cl_api.c | 17 -
src/cl_api_sampler.c | 47 +++
src/cl_sampler.c | 24 ++--
src/cl_sampler.h | 28 +++
12 matches
Mail list logo