<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - OpenCL Hello world returns "unsupported call to function get_local_size""
href="https://bugs.freedesktop.org/show_bug.cgi?id=99856#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - OpenCL Hello world returns "unsupported call to function get_local_size""
href="https://bugs.freedesktop.org/show_bug.cgi?id=99856">bug 99856</a>
from <span class="vcard"><a class="email" href="mailto:vedran@miletic.net" title="Vedran Miletić <vedran@miletic.net>"> <span class="fn">Vedran Miletić</span></a>
</span></b>
<pre>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
[-Wdeprecated-declarations]
commands = clCreateCommandQueue(context, device_id, 0, &err);
^~~~~~~~
In file included from hello.c:121:0:
/usr/include/CL/cl.h:1427:1: note: declared here
clCreateCommandQueue(cl_context /* context */,
^~~~~~~~~~~~~~~~~~~~
$ ./hello
Computed '1024/1024' correct values!
I would say this is a distribution issue.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>