[Bug 100105] Make Theano OpenCL support work on Clover and RadeonSI
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 4 23:52:39 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=100105
--- Comment #3 from Jan Vesely <jan.vesely at rutgers.edu> ---
(In reply to Jan Vesely from comment #2)
> It looks like our vstore_half_rtn is not working as expected, which is weird
> because it passes CTS.
I take this back.
vstore_half_rtn rounds to negative infinity (towards 0 for positive numbers).
Changing line 53 in cluda_opencl.h:
- vstore_half_rtn(f, 0, &r.data);
+ vstore_half_rte(f, 0, &r.data);
fixes the two failures.
Other than advertising OCL1.2 the remaining failures are NOTOURBUG.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180404/cfbb7259/attachment.html>
More information about the dri-devel
mailing list