MemtestCLテストに失敗すると、カードを返品する必要がありますか?


5

Asus 280x DirectCU IIカードをRMAしたのは、ビデオが出力されないためです。

RMAからこのカードが返送されましたが、BF4を実行しているときに小さなアーティファクトがいくつかあったため、GDDR5 RAMが不良であると思われました。ここにテストがありますが、私はそれを比較するものが何もありません。これらのエラーが決定的なものであるかどうかはわかりませんが、このカードを返却する必要があります。

MemtestCLの結果:

Test summary:
-----------------------------------------
50 iterations over 2048 MiB of memory on device Tahiti
      Moving inversions (ones and zeros): 0 failed iterations
                                         (0 total incorrect bits)
                 Memtest86 walking 8-bit: 0 failed iterations
                                         (0 total incorrect bits)
              True walking zeros (8-bit): 0 failed iterations
                                         (0 total incorrect bits)
               True walking ones (8-bit): 0 failed iterations
                                         (0 total incorrect bits)
              Moving inversions (random): 0 failed iterations
                                         (0 total incorrect bits)
             True walking zeros (32-bit): 0 failed iterations
                                         (0 total incorrect bits)
              True walking ones (32-bit): 0 failed iterations
                                         (0 total incorrect bits)
                           Random blocks: 50 failed iterations
                                         (52518052 total incorrect bits)
                     Memtest86 Modulo-20: 0 failed iterations
                                         (0 total incorrect bits)
                           Integer logic: 0 failed iterations
                                         (0 total incorrect bits)
                 Integer logic (4 loops): 0 failed iterations
                                         (0 total incorrect bits)
            Integer logic (local memory): 0 failed iterations
                                         (0 total incorrect bits)
   Integer logic (4 loops, local memory): 0 failed iterations
                                         (0 total incorrect bits)
Final error count: 50 test iterations with at least one error; 52518052 errors total

Press <enter> to quit.

更新:MemtestCLの新しいビルドを使用した後のテスト

https://github.com/ihaque/memtestCL(ダウンロードZIPコンパイルする必要はありません内部ですでに.exeファイルにコンパイルしています)


Test summary:
-----------------------------------------
5 iterations over 2650 MiB of memory on device Tahiti
      Moving inversions (ones and zeros): 0 failed iterations
                                         (0 total incorrect bits)
                 Memtest86 walking 8-bit: 0 failed iterations
                                         (0 total incorrect bits)
              True walking zeros (8-bit): 0 failed iterations
                                         (0 total incorrect bits)
               True walking ones (8-bit): 0 failed iterations
                                         (0 total incorrect bits)
              Moving inversions (random): 0 failed iterations
                                         (0 total incorrect bits)
             True walking zeros (32-bit): 0 failed iterations
                                         (0 total incorrect bits)
              True walking ones (32-bit): 0 failed iterations
                                         (0 total incorrect bits)
                           Random blocks: 0 failed iterations
                                         (0 total incorrect bits)
                     Memtest86 Modulo-20: 0 failed iterations
                                         (0 total incorrect bits)
                           Integer logic: 0 failed iterations
                                         (0 total incorrect bits)
                 Integer logic (4 loops): 0 failed iterations
                                         (0 total incorrect bits)
            Integer logic (local memory): 0 failed iterations
                                         (0 total incorrect bits)
   Integer logic (4 loops, local memory): 0 failed iterations
                                         (0 total incorrect bits)
Final error count: 0 errors

Press <enter> to quit.

それはカードの悪いモデルのように聞こえます....連続して2つの悪いもの。
モアブ

エラーは問題を示しています。反復ごとに発生したエラーは問題を示しています
-Ramhound

@Ramhound私が混乱しているのは、GPUの「ソフトエラー」について読んだことです。私はそれが何を意味するのか、それらが深刻であるか、浮動小数点計算エラーのように良性であるかについては何も見つけることができません。
Tek

一瞬待って。これは正しく見えません。他のテストの少なくともいくつかは、誤ったビットも報告することを期待しています。現状では、ランダムブロックのみが失敗しています。奇妙な。ここでMemtestCLが故障している可能性があります。
misha256

回答:


2

私はあなたが見ているエラーが間違いであることを確信しています

「ランダムブロック」テストには欠陥があります。ランダムブロックのテストがどれほどひどく失敗するかを考えると、少なくとも他のテストのいくつかも失敗することが予想されます。それでも、他のすべてのテストは飛ぶ色で合格します。

実際に完全に問題のないカードをRMAするのは残念です。

更新

タヒチのランダムブロックエラーに関連するこのフォーラムの投稿をチェックしてください。問題とまったく同じです。

問題はmemtestCL.exeのバグのようです...

Windowsバージョンも影響を受けているようです。

6850の両方でWin7 x64で同じテストが失敗します...

実行しているMemtestCLのバージョンはわかりませんが、メンテナンスがどれだけ少ないかを考えると、MemtestCLに障害が発生し、カードが実際に完全に正常であることを十分に考慮します。


1
くそー、ありがとう。MemtestCLの正しい更新バージョンで質問を更新しましたが、あなたは正しかったようです。GPUとCPUの両方が100%の負荷である場合、3Dアーティファクトの問題とBSODについては個別に質問する必要があるように見えますが、100%ずつ離れている場合はそうではありません。
Tek

1
CUDAバージョンMemtestG80でも同じ経験がありましたMemtestG80は、両方のGTX Titanでランダムブロックエラーを報告しましたが、MemtestCLは何も検出しませんでした。
ジョナサン
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.