How to tell which chip is bad ? #47
tonycstech
started this conversation in
memtest_vulkan usage scenarios
Replies: 3 comments 3 replies
|
In general there is no any way to tell this. And even for RX470-590 this works only if exactly one chip has errors, since intermediate adresses with errors can't be easily calculatedm only the first and the last. |
0 replies
|
Great. 470-590 is a prehistoric dinosaur GPU.
Basically this software is useless.
Want to test AMD ? run tserver
Want to test Nvidia ? run MODS.
…On Fri, Aug 9, 2024 at 1:40 PM Vasily Galkin ***@***.***> wrote:
In general there is no any way to tell this.
The only exception is the RX470-590 GPUs where the is known conversion for
min&max addresses displayed in "Errors address range" line to a memory IC.
the 3rd less-significant digit is interesting
0x.....0.. and 0x.....8.. is B0 (U2200)
0x.....1.. and 0x.....9.. is B1 (U2300)
0x.....2.. and 0x.....A.. is A0 (U2000)
0x.....3.. and 0x.....B.. is A1 (U2100)
0x.....4.. and 0x.....C.. is C0 (U2400)
0x.....5.. and 0x.....D.. is C1 (U2500)
0x.....6.. and 0x.....E.. is D0 (U2600)
0x.....7.. and 0x.....F.. is D1 (U2700)
And even for RX470-590 this works only if exactly one chip has errors,
since intermediate adresses with errors can't be easily calculatedm only
the first and the last.
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOUZUBQWZWTEKFVL4BE4FMDZQT5JTAVCNFSM6AAAAABMIZRCBOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRZGAYDKNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
1 reply
|
Useful information. Thank you.
Customer sent me RTX 8000 claiming this application reported errors so i
ran it on my system and it gave me no errors at all.
Customers hardware/software is at fault in this case.
…On Fri, Aug 9, 2024 at 2:55 PM Vasily Galkin ***@***.***> wrote:
The main design goal is completely different from tserver/mods.
It is not about finding the failing channel (the manual says nothing about
memory channels), it's about determine "should the VRAM on a
seemingly-mostly-working GPU be suspected or not".
Compared to tserver/mods memtest_vulkan tries to be easier&quicker to
start and provides heavier load => tries to find VRAM errors faster. Also,
sometimes it allows ensuring that artifacts are not caused by memory: If
some app is artifacting but memtest_vulkan running in parallel shows no
errors - then there is no any problems with VRAM ICs or memory controller,
the errors in artifacting app are caused by a core.
And if errors are found in memtest_vulkan - then its time to run
mods/tserver, definitely. From my experience with NVIDIA sometimes it may
be quite complex to find mods test that would detect any errors for gpus
where memtest_vulkan finds presence of errors in a 5 minutes. But knowing
the fact that errors are there - I perform more attempts to reproduce them
inside mods.
So, actually main analogues to compare the efficiency are not tserver/mods
but a "Kombustor with artifacts scanner" and "OCCT VRAM testing"
—
Reply to this email directly, view it on GitHub
<#47 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOUZUBXXHQVXRY5STAA4LH3ZQUGDZAVCNFSM6AAAAABMIZRCBOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRZGA3DSMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
IF there are any errors, how to interpret the results to a specific chip or at least, to a channel ?
All reactions