From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Sat, 05 Dec 2015 18:24:42 +0000
Message-ID:
Bug ID
93264
Summary
Tonga VM Faults since llvm ScheduleDAGInstrs: Rework schedule graph builder.
Product
DRI
Version
DRI git
Hardware
x86-64 (AMD64)
OS
Linux (All)
Status
NEW
Severity
normal
Priority
medium
Component
DRM/AMDgpu
Assignee
dri-devel@lists.freedesktop.org
Reporter
adf.lists@gmail.com
R9285 using Unreal ElementalDemo to trigger this.
It doesn't start till well into the demo at the same place that triggered an
older resolved issue.
https://bugs.freedesktop.org/show_bug.cgi?id=93015
(so maybe Nicolai knows what happens at this point in demo)
bisecting llvm came up with
c0a189c3792865257c1383f176e5401373ed2270 is the first bad commit
commit c0a189c3792865257c1383f176e5401373ed2270
Author: Matthias Braun <matze@braunis.de>
Date: Thu Dec 3 02:05:27 2015 +0000
ScheduleDAGInstrs: Rework schedule graph builder.
The new algorithm remembers the uses encountered while walking backwards
until a matching def is found. Contrary to the previous version this:
- Works without LiveIntervals being available
- Allows to increase the precision to subregisters/lanemasks
(not used for now)
The changes in the AMDGPU tests are necessary because the R600 scheduler
is not stable with respect to the order of nodes in the ready queues.
Differential Revision: http://reviews.llvm.org/D9068
The demo continues to run/render OK, but I get thousands of -
amdgpu 0000:01:00.0: GPU fault detected: 147 0x07d04401
amdgpu 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x092D80FA
amdgpu 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0A044001
VM fault (0x01, vmid 5) at page 153977082, read from 'TC7' (0x54433700) (68)
amdgpu 0000:01:00.0: GPU fault detected: 147 0x07d00401
amdgpu 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0022D16B
amdgpu 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0A0C4002
VM fault (0x02, vmid 5) at page 2281835, read from 'TC4' (0x54433400) (196)
amdgpu 0000:01:00.0: GPU fault detected: 147 0x07d04001
amdgpu 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0022D163
Thanks for the report and the bisection! Interestingly, I was = able to reproduce this, but only with the very latest Mesa. So it might actually be some kind= of interaction between Mesa and LLVM - or possibly a red herring because it doesn't reproduce reliably? I'll investigate more tomorrow.
Maybe there is some mesa that doesn't do it I suppose. I don't update llvm as often as mesa so could have missed that. When I noticed this I reset mesa back to where the old bug fixes went in, as I knew that used to be good. It was still bad, then I tried it on older kernels, still bad so I got back on head and started testing llvm. On mesa head the llvm bisect does seem good - I haven't had much time, but a few runs with llvm sitting on the bad were all bad and a few on the one before all good. It was only a quick test - I didn't throw cpufreq into the mix. When I saw the result of the bisect I did think red herring as it wasn't AMD - but then was slightly relieved when AMD got a mention in the commit message.
Time to document some information I've gathered. I can now confirm that Mesa has nothing to do with it. Something must have = gone wrong with my builds initially, sorry for having caused confusion. I captured an apitrace for better reproducibility[0] and ran it with shader dumps enabled and flushing after each draw call in the "interesting&qu= ot; region. I am going to attach the R600_DEBUG=3Dcheck_vm dump which I've cross-refere= nced with R600_DEBUG=3Dvm to obtain the shaders that were active during the draw= call (file names with prefix llvm-c0a189c.mesa-caf12bebd). I then matched the shaders to those dumped by a run with a good version of LLVM (commit just before the bad one, file names with prefix llvm-26ddca1.mesa-caf12bebd). Clearly, the LLVM changes caused some significant re-ordering of the instruction schedule, and that somehow, surprisingly, seems to be responsib= le for the VM faults. Another aspect to note is that the shaders are compiled before draw call 174000, while the VM faults happen shortly after draw call 178000. This see= ms to suggest that the shaders alone only cause VM faults in conjunction with = some other state. However, the VM faults have always happened in exactly the same point so far, so it does appear to be deterministic. [0] The demo always causes VM faults, so I'm not going to upload the giant trace; however, the timing varies between runs, so it's cleaner to reproduce using a trace.
Created attachment 120421
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1104183335=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 486C16E39E
for ; Tue, 8 Dec 2015 14:13:32 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1104183335==
Content-Type: multipart/alternative; boundary="1449612812.c3DaF24.1917"; charset="UTF-8"
--1449612812.c3DaF24.1917
Date: Tue, 8 Dec 2015 22:13:32 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
Nicolai H=C3=A4hnle changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #120421|check_vm dump |llvm-c0a189c.mesa-caf12bebd
description| |.run008.check_vm-dump
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449612812.c3DaF24.1917
Date: Tue, 8 Dec 2015 22:13:32 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Nicolai H=C3=A4hnle
changed
bug 93264<=
/a>
What
Removed
Added
Attachment #120421 description=
td>
check_vm dump
llvm-c0a189c.mesa-caf12bebd.run008.check_vm-dump
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449612812.c3DaF24.1917--
--===============1104183335==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1104183335==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Tue, 08 Dec 2015 22:14:14 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0848370568=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 7432B6E39A
for ; Tue, 8 Dec 2015 14:14:14 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0848370568==
Content-Type: multipart/alternative; boundary="1449612854.4b3ad2641.2149"; charset="UTF-8"
--1449612854.4b3ad2641.2149
Date: Tue, 8 Dec 2015 22:14:14 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #5 from Nicolai H=C3=A4hnle ---
Created attachment 120422
--> https://bugs.freedesktop.org/attachment.cgi?id=3D120422&action=3Dedit
llvm-c0a189c.mesa-caf12bebd.run008.shader.113a9b
This is the vertex shader
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449612854.4b3ad2641.2149
Date: Tue, 8 Dec 2015 22:14:14 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 5
on bug 93264<=
/a>
from Nicolai H=C3=A4hnle
Created attachment 120422 [de=
tails]
llvm-c0a189c.mesa-caf12bebd.run008.shader.113a9b
This is the vertex shader
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449612854.4b3ad2641.2149--
--===============0848370568==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0848370568==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Tue, 08 Dec 2015 22:14:36 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1466721355=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id D7A4D6E3A0
for ; Tue, 8 Dec 2015 14:14:35 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1466721355==
Content-Type: multipart/alternative; boundary="1449612875.F63Cd74D4.2149"; charset="UTF-8"
--1449612875.F63Cd74D4.2149
Date: Tue, 8 Dec 2015 22:14:35 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #6 from Nicolai H=C3=A4hnle ---
Created attachment 120423
--> https://bugs.freedesktop.org/attachment.cgi?id=3D120423&action=3Dedit
llvm-c0a189c.mesa-caf12bebd.run008.shader.16f00d
Fragment shader
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449612875.F63Cd74D4.2149
Date: Tue, 8 Dec 2015 22:14:35 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 6
on bug 93264<=
/a>
from Nicolai H=C3=A4hnle
Created attachment 120423 [de=
tails]
llvm-c0a189c.mesa-caf12bebd.run008.shader.16f00d
Fragment shader
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449612875.F63Cd74D4.2149--
--===============1466721355==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1466721355==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Tue, 08 Dec 2015 22:14:53 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0659536763=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 3C5866E3A1
for ; Tue, 8 Dec 2015 14:14:53 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0659536763==
Content-Type: multipart/alternative; boundary="1449612893.3AEBaA7.2149"; charset="UTF-8"
--1449612893.3AEBaA7.2149
Date: Tue, 8 Dec 2015 22:14:53 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #7 from Nicolai H=C3=A4hnle ---
Created attachment 120424
--> https://bugs.freedesktop.org/attachment.cgi?id=3D120424&action=3Dedit
llvm-26ddca1.mesa-caf12bebd.run009.shader.vert
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449612893.3AEBaA7.2149
Date: Tue, 8 Dec 2015 22:14:53 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 7
on bug 93264<=
/a>
from Nicolai H=C3=A4hnle
Created attachment 120424 [detail=
s]
llvm-26ddca1.mesa-caf12bebd.run009.shader.vert
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449612893.3AEBaA7.2149--
--===============0659536763==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0659536763==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Tue, 08 Dec 2015 22:15:12 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1232442961=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 7EA446E3ED
for ; Tue, 8 Dec 2015 14:15:12 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1232442961==
Content-Type: multipart/alternative; boundary="1449612912.8ABE10.2149"; charset="UTF-8"
--1449612912.8ABE10.2149
Date: Tue, 8 Dec 2015 22:15:12 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #8 from Nicolai H=C3=A4hnle ---
Created attachment 120425
--> https://bugs.freedesktop.org/attachment.cgi?id=3D120425&action=3Dedit
llvm-26ddca1.mesa-caf12bebd.run009.shader.frag
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449612912.8ABE10.2149
Date: Tue, 8 Dec 2015 22:15:12 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 8
on bug 93264<=
/a>
from Nicolai H=C3=A4hnle
Created attachment 120425 [detail=
s]
llvm-26ddca1.mesa-caf12bebd.run009.shader.frag
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449612912.8ABE10.2149--
--===============1232442961==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1232442961==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Tue, 08 Dec 2015 22:54:53 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1903768208=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 773576E40B
for ; Tue, 8 Dec 2015 14:54:53 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1903768208==
Content-Type: multipart/alternative; boundary="1449615293.CA6C722C1.12831"; charset="UTF-8"
--1449615293.CA6C722C1.12831
Date: Tue, 8 Dec 2015 22:54:53 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #9 from Nicolai H=C3=A4hnle ---
Created attachment 120426
--> https://bugs.freedesktop.org/attachment.cgi?id=3D120426&action=3Dedit
dmesg.faults
Sample extractions of the first four reported VM faults across different ru=
ns.
Note how something always wants to access page 0x092D80FA, and later access=
es
look like they could originate from something being very confused about the
memory layout of textures, e.g. 0x00126AAC and 0x001A6A8C differing only in=
two
bits.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449615293.CA6C722C1.12831
Date: Tue, 8 Dec 2015 22:54:53 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 9
on bug 93264<=
/a>
from Nicolai H=C3=A4hnle
Created attachment 120426 =
[details]
dmesg.faults
Sample extractions of the first four reported VM faults across different ru=
ns.
Note how something always wants to access page 0x092D80FA, and later access=
es
look like they could originate from something being very confused about the
memory layout of textures, e.g. 0x00126AAC and 0x001A6A8C differing only in=
two
bits.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449615293.CA6C722C1.12831--
--===============1903768208==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1903768208==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Wed, 09 Dec 2015 08:19:38 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0686049636=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id BA8506E8B0
for ; Wed, 9 Dec 2015 00:19:38 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0686049636==
Content-Type: multipart/alternative; boundary="1449649178.ceC06c7F2.5172"; charset="UTF-8"
--1449649178.ceC06c7F2.5172
Date: Wed, 9 Dec 2015 08:19:38 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #10 from Michel D=C3=A4nzer ---
(In reply to Nicolai H=C3=A4hnle from comment #9)
> Note how something always wants to access page 0x092D80FA, and later
> accesses look like they could originate from something being very confused
> about the memory layout of textures, e.g. 0x00126AAC and 0x001A6A8C
> differing only in two bits.
Those symptoms could be the result of incorrect spilling/restoring of regis=
ter
values, causing corrupted VM addresses to be used.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1449649178.ceC06c7F2.5172
Date: Wed, 9 Dec 2015 08:19:38 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Commen=
t # 10
on bug 93264<=
/a>
from Michel D=C3=A4nzer
(In reply to Nicolai H=C3=A4hnle from comment #9)
> Note how something always wants to access page 0=
x092D80FA, and later
> accesses look like they could originate from something being very conf=
used
> about the memory layout of textures, e.g. 0x00126AAC and 0x001A6A8C
> differing only in two bits.
Those symptoms could be the result of incorrect spilling/restoring of regis=
ter
values, causing corrupted VM addresses to be used.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1449649178.ceC06c7F2.5172--
--===============0686049636==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0686049636==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Mon, 14 Dec 2015 14:09:17 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1401624366=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 54CD36E376
for ; Mon, 14 Dec 2015 06:09:17 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1401624366==
Content-Type: multipart/alternative; boundary="1450102157.3F5Ab30c2.18886"; charset="UTF-8"
--1450102157.3F5Ab30c2.18886
Date: Mon, 14 Dec 2015 14:09:17 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #11 from Vedran Mileti=C4=87 ---
Not sure if it's related, but I get precisely the same error (GPU fault
detected: 147) when running a hello world OpenCL program using PyOpenCL.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1450102157.3F5Ab30c2.18886
Date: Mon, 14 Dec 2015 14:09:17 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Commen=
t # 11
on bug 93264<=
/a>
from Vedran Mileti=C4=87
Not sure if it's related, but I get precisely the same error (=
GPU fault
detected: 147) when running a hello world OpenCL program using PyOpenCL.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1450102157.3F5Ab30c2.18886--
--===============1401624366==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1401624366==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Mon, 14 Dec 2015 18:38:28 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0491520666=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 4DC436E281
for ; Mon, 14 Dec 2015 10:38:28 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0491520666==
Content-Type: multipart/alternative; boundary="1450118308.0eDa2.29908"; charset="UTF-8"
--1450118308.0eDa2.29908
Date: Mon, 14 Dec 2015 18:38:28 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
--- Comment #12 from Vedran Mileti=C4=87 ---
Probably not, because LLVM version just one commit prior the commit mention=
ed
in comment #1 did not help. I opened a new bug, bug 93374.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1450118308.0eDa2.29908
Date: Mon, 14 Dec 2015 18:38:28 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Commen=
t # 12
on bug 93264<=
/a>
from Vedran Mileti=C4=87
Probably not, because LLVM version just one commit prior the c=
ommit mentioned
in comment #1 did not help. I op=
ened a new bug, bug 93374.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1450118308.0eDa2.29908--
--===============0491520666==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0491520666==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Sat, 19 Dec 2015 01:41:01 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0557217486=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 3D6F36E4CC
for ; Fri, 18 Dec 2015 17:41:01 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0557217486==
Content-Type: multipart/alternative; boundary="1450489261.E1f82.24983"; charset="UTF-8"
--1450489261.E1f82.24983
Date: Sat, 19 Dec 2015 01:41:01 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D93264
Nicolai H=C3=A4hnle changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #13 from Nicolai H=C3=A4hnle ---
This is fixed in LLVM master as of r256072.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1450489261.E1f82.24983
Date: Sat, 19 Dec 2015 01:41:01 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Nicolai H=C3=A4hnle
changed
bug 93264<=
/a>
What
Removed
Added
Status
NEW
RESOLVED
Resolution
---
FIXED
Commen=
t # 13
on bug 93264<=
/a>
from Nicolai H=C3=A4hnle
This is fixed in LLVM master as of r256072.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1450489261.E1f82.24983--
--===============0557217486==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0557217486==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 93264] Tonga VM Faults since llvm ScheduleDAGInstrs: Rework
schedule graph builder.
Date: Sat, 19 Dec 2015 10:38:39 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0235185980=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 4F9736E3DF
for ; Sat, 19 Dec 2015 02:38:40 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0235185980==
Content-Type: multipart/alternative; boundary="1450521520.F672D5.7433"; charset="UTF-8"
--1450521520.F672D5.7433
Date: Sat, 19 Dec 2015 10:38:40 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=93264
Shawn Starr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shawn.starr@rogers.com
--- Comment #14 from Shawn Starr ---
*** Bug 93436 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
--1450521520.F672D5.7433
Date: Sat, 19 Dec 2015 10:38:40 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Shawn Starr
changed
bug 93264
What
Removed
Added
CC
shawn.starr@rogers.com
Comment # 14
on bug 93264
from Shawn Starr
*** Bug 93436 has been marked as a duplicate of this bug. ***
You are receiving this mail because:
- You are the assignee for the bug.
--1450521520.F672D5.7433--
--===============0235185980==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0235185980==--