Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 455 Bytes

File metadata and controls

9 lines (8 loc) · 455 Bytes

Quick & Dirty attempt for a Memtest for GPUs via OpenCL Only Tested on NVidia RTX.

  1. How does it work?
  • Attempts to allocate as much memory as possible
  • Fills the memory with byte patterns
  • Reads the patterns out again and compares them to the input
  1. Run it often enough (default is 10 times) and if you really have bad VRAM it should produce an error

This is not maintained, this is just a quick & dirty attempt to check if a gpu of mine was bad.