From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 105317] The GPU Vega 56 was hang while try to pass #GraphicsFuzz shader15 test
Date: Sun, 01 Apr 2018 03:47:00 +0000 [thread overview]
Message-ID: <bug-105317-502-aNzknBTLuv@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-105317-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1167 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105317
--- Comment #4 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Created attachment 138471
--> https://bugs.freedesktop.org/attachment.cgi?id=138471&action=edit
Shader runner link test
I've distilled one problem in the attached shader runner test. Seems we have
another unrolling bug somewhere in the GLSL IR unrolling pass.
We end up with the following:
FRAG
DCL OUT[0], COLOR
DCL TEMP[0..3], LOCAL
IMM[0] UINT32 {0, 4294967295, 0, 0}
IMM[1] INT32 {0, 1, 0, 0}
IMM[2] FLT32 { 1.0000, 0.0000, 0.0000, 0.0000}
0: MOV TEMP[0].x, IMM[0].xxxx
1: MOV TEMP[1].x, IMM[1].xxxx
2: BGNLOOP
3: USEQ TEMP[2].x, TEMP[1].xxxx, IMM[1].yyyy
4: UIF TEMP[2].xxxx
5: BRK
6: ENDIF
7: MOV TEMP[3], IMM[2].xxxx
8: MOV TEMP[0].x, IMM[0].yyyy
9: BRK
10: UADD TEMP[1].x, TEMP[1].xxxx, IMM[1].yyyy
11: ENDLOOP
12: MOV OUT[0], IMM[2].xxxx
13: END
Terminator found in the middle of a basic block!
label %endif6
LLVM ERROR: Broken function found, compilation aborted!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2134 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2018-04-01 3:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-01 18:41 [Bug 105317] The GPU Vega 56 was hang while try to pass #GraphicsFuzz shader15 test bugzilla-daemon
2018-03-01 19:11 ` bugzilla-daemon
2018-03-02 9:51 ` bugzilla-daemon
2018-03-03 8:52 ` bugzilla-daemon
2018-03-24 14:26 ` bugzilla-daemon
2018-04-01 3:47 ` bugzilla-daemon [this message]
2018-04-02 10:20 ` bugzilla-daemon
2018-04-03 1:44 ` bugzilla-daemon
2018-04-13 22:29 ` bugzilla-daemon
2018-04-18 8:42 ` bugzilla-daemon
2018-04-18 8:48 ` bugzilla-daemon
2018-08-28 9:41 ` bugzilla-daemon
2019-09-25 18:03 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-105317-502-aNzknBTLuv@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).