Open spencer-lunarg opened 1 month ago
Found this happened when the NVIDIA driver updated to 560.94
cc @aqnuep - we have these to skip on our internal CI until we figure it out, not sure if this a driver regression or the driver is catching something we are doing bad in the layer or tests (if tests, then likely missing a VU to cover it)
This is a known driver bug. They are not allowed to return VK_ERROR_INITIALIZATION_FAILED
there. If anything, VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR
should be returned. I notified them about it. It should be fixed eventually.
In the last few days, we have started to hit CI failures on the following tests
with stack dumps like
running on the
NVIDIA GeForce RTX 2080
family HW with the latest NDA drivers(https://github.com/LunarG/VulkanTests/pull/636)