<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [radeonsi] X11 can't start with acceleration enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=60879#c32">Comment # 32</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [radeonsi] X11 can't start with acceleration enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=60879">bug 60879</a>
from <span class="vcard"><a class="email" href="mailto:mustrumr97@gmail.com" title="Hristo Venev <mustrumr97@gmail.com>"> <span class="fn">Hristo Venev</span></a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=79504" name="attach_79504" title="Results of OpenCL test">attachment 79504</a> <a href="attachment.cgi?id=79504&action=edit" title="Results of OpenCL test">[details]</a></span>
Results of OpenCL test
BREAKTHROUGH!
OpenCL works. Kinda. Tried the following kernel:
__kernel void add(__global const uint *a, __global const uint *b, __global
uint *c){
c[0]=1;
}
Complicated operations such as addition, memory loads, getting global ID, etc.
fail with Cannot select errors.
I have no idea if this has worked with earlier LLVM/mesa.
After the kernel is run, the 0-th element of c is equal to 1. I've attached
full source code and outputs for various kernels.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>