[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Jan Vesely changed: What|Removed |Added Status|REOPENED|RESOLVED

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Jan Vesely changed: What|Removed |Added Attachment #130136|0 |1 is

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Jan Vesely changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 EoD changed: What|Removed |Added CC||e...@xmw.de -- You are receiving

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 tuks...@gmail.com changed: What|Removed |Added CC||tuks...@gmail.com -- You are

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Jan Vesely changed: What|Removed |Added Blocks||99553 Referenced

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Jan Vesely changed: What|Removed |Added Attachment #129929|0 |1 is

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Jan Vesely changed: What|Removed |Added CC||tstel...@gmail.com

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #23 from Mig --- I recompiled with the default llvm compiler 3.9.1 and it works for me too! Number of platforms: 2 1. Device: AMD TONGA (DRM 3.8.0 / 4.9.11-1-ARCH, LLVM 3.9.1) success: got back 1 binaries,

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #22 from Henrique Dante de Almeida --- Jan, the patch fixes the problem and hello world works here. Should I report the bug in llvm bug tracker ? -- You are receiving this mail because: You are the QA Contact for

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #21 from Jan Vesely --- (In reply to Mig from comment #19) > Hello, > I built the libclc package with the patch applied with the latest llvm/clang > (5.0.0svn) on arch, and getting the following error >

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #20 from Mig --- That was the old error, sorry. After applying the patch the error is: . Device: AMD TONGA (DRM 3.8.0 / 4.9.11-1-ARCH, LLVM 3.9.1) '+fp64-fp16-denormals' is not a recognized feature for this

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #19 from Mig --- Hello, I built the libclc package with the patch applied with the latest llvm/clang (5.0.0svn) on arch, and getting the following error 1. Device: AMD TONGA (DRM 3.8.0 / 4.9.11-1-ARCH, LLVM

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #18 from Aidan Thornton --- While that patch fixes the problem with get_local_size at least for me, it appears that get_global_size and get_num_groups have the exact same problem and require the same fix. The

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #17 from Jan Vesely --- (In reply to Henrique Dante de Almeida from comment #16) > Weird ! So was this a bug in IR source code ? more like a combination of llvm/libclc. the function would ideally be

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #16 from Henrique Dante de Almeida --- Weird ! So was this a bug in IR source code ? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #15 from Jan Vesely --- Created attachment 129929 --> https://bugs.freedesktop.org/attachment.cgi?id=129929=edit size_t is 32bit in mesa3d building libclc (commit 520743) with this patch applied

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #14 from Jan Vesely --- I think the problem is that the libclc implementation contains uninlined calls (function calls are not supported an AMD GPUs): ; Function Attrs: alwaysinline nounwind define

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #13 from Henrique Dante de Almeida --- Created attachment 129916 --> https://bugs.freedesktop.org/attachment.cgi?id=129916=edit Arch Linux libclc tahiti-amdgcn--.bc -- You are receiving this mail because: You

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #12 from Jan Vesely --- (In reply to Henrique Dante de Almeida from comment #11) > Created attachment 129915 [details] > OpenCL hello strace thank you. libclc is located and loaded correctly. can you

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #11 from Henrique Dante de Almeida --- Created attachment 129915 --> https://bugs.freedesktop.org/attachment.cgi?id=129915=edit OpenCL hello strace -- You are receiving this mail because: You are the QA Contact

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #10 from Jan Vesely --- (In reply to Henrique Dante de Almeida from comment #8) > Should I have verde-r600-* ? I'm not using amdgpu. no. verde-amdgcn- is correct. the Linux kernel driver does not

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #9 from Henrique Dante de Almeida --- I'm currently unable to use amdgpu with kernel 4.9. I'm getting this when exiting X and unable to shutdown cleanly: fev 25 18:00:44 dragonmount kernel: amdgpu :01:00.0:

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #8 from Henrique Dante de Almeida --- Should I have verde-r600-* ? I'm not using amdgpu. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #7 from Henrique Dante de Almeida --- libclc /usr/ libclc /usr/include/ libclc /usr/include/clc/ libclc /usr/include/clc/as_type.h libclc /usr/include/clc/async/ libclc /usr/include/clc/async/async_work_group_copy.h

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #6 from Jan Vesely --- (In reply to Henrique Dante de Almeida from comment #2) > Yes: > > Nome : libclc > Versão : 0.2.0+334+520743b-1 > Descrição: Library

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #5 from Henrique Dante de Almeida --- I'll try with an upstream environment and generate strace output soon -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #4 from Aidan Thornton --- I've been having the same issue on Gentoo for a while with Mesa and libdrm from git master, and it appears someone's been having the same problem with the Debian-packaged version of

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #3 from Vedran Miletić --- On Fedora 25 with custom-compiled LLVM, libclc, and Mesa: $ gcc -lOpenCL -lm hello.c hello.c: In function ‘main’: hello.c:269:5: warning: ‘clCreateCommandQueue’ is deprecated

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #2 from Henrique Dante de Almeida --- Yes: Nome : libclc Versão : 0.2.0+334+520743b-1 Descrição: Library requirements of the OpenCL C programming language Arquitetura

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 --- Comment #1 from Vedran Miletić --- This function should be provided by libclc. Do you have it installed? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 99856] OpenCL Hello world returns "unsupported call to function get_local_size"

2017-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99856 Bug ID: 99856 Summary: OpenCL Hello world returns "unsupported call to function get_local_size" Product: Mesa Version: 17.0 Hardware: Other OS: All