web-dev-qa-db-ja.com

MemtestCLテストに失敗しても、カードを返却する必要がありますか?

ビデオを出力しないため、Asus 280x DirectCUIIカードをRMAしました。

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

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の新しいビルドを使用した後にテストします

at 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.
6
Tek

あなたが見ているエラーはfalseであると確信しています。

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

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

[〜#〜]更新[〜#〜]

チェックアウト このフォーラム投稿 これはタヒチのランダムブロックエラーに関連しています-あなたの問題とまったく同じです:

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

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

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

実行しているMemtestCLのバージョンはわかりませんが、メンテナンスがどれだけ少ないかを考えると、ここでMemtestCLに問題があり、カードは実際には完全に問題ないことを確認します。

2
misha256