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