GpuZelenograd / memtest_vulkan

Vulkan compute tool for testing video memory stability
https://github.com/GpuZelenograd/memtest_vulkan/blob/main/Readme.md
zlib License
285 stars 14 forks source link

Got an error that the interpretation section said only happens if the gpu is old #44

Open mopishlynx23 opened 1 month ago

mopishlynx23 commented 1 month ago

I've got a Radeon 7600 XT, came out this year. I'm gettting Runtime error: This device lacks support for DEVICE_LOCAL+HOST_COHERENT memory type. several times. I dualboot windows and linux, and while nothing bad appears to happen in Ubuntu, windows refuses to run the test and outputs this error. Is this a driver issue?

galkinvv commented 1 month ago

This indeed does look like a software issue, but hard to tell what exactly to blame. So, please provide some more diagnostic info:

mopishlynx23 commented 1 month ago

I got it to work. I think the latest AMD driver has issues with eGPUs, so I got the driver from the manufacturer instead and it's working fine now. Might be a thing I need to report to AMD.

galkinvv commented 1 month ago

Thanks for info!

I looked at vulkan database a bit - and found that some mentions some quite strange vulkan devices containing Direct3D in their name Microsoft Direct3D12 (AMD Radeon RX 7600)

That strange name looks like some vulkan-over-Direct3D12 emulation layer. I don't what's this technology but that strange device exactly has quite limited memory types in report, like yours. Maybe some similar tchnology activates for your case