[Nouveau] [Bug 96258] [NVC0] Hang when running compute program

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 28 17:17:29 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=96258

--- Comment #5 from Ilia Mirkin <imirkin at alum.mit.edu> ---
OK, I've pushed a fix for the GK208 issue (an issue in unspilling predicates):

commit c7731a07408c5d4169625d4a78962d2887419080
Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sat May 28 13:07:12 2016 -0400

    gk110/ir: fix unspilling of predicates from registers

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96258
    Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
    Cc: "11.2 11.1" <mesa-stable at lists.freedesktop.org>

However the issue around thread sizes remains for all except the GK10x keplers.
On fermi we have 32K registers, on kepler+ we have 64K (not counting the
mythical GK210). So we have to tell the RA to restrict the number of registers
used based on thread size (or use 1024 as the number of threads when that
information is not provided).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160528/5c7771e8/attachment-0001.html>


More information about the Nouveau mailing list