You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
When updating VVL in Chrome we've discovered that ANGLE tests with VVL started to time out on Win7 NVIDIA machines, see crbug.com/1249209 for context. Overall, the whole test suite runs 2 times slower, but looking only at the tests which use Vulkan, those run 10 times slower.
Bisect points to #3268, specifically to f596d7f.
Further drilling down, the slowness is due to added DispatchGetPhysicalDeviceSurfaceFormatsKHR() calls in CoreChecks::ValidateCreateSwapchain(), which were previously cached in physical_device_state->surface_formats.
Valid Usage ID
N/A
Environment:
OS: Windows-2008ServerR2-SP1
GPU: NVIDIA Quadro P400, driver 24.21.14.1195
SDK or header version if building from repo: 1.2.191
Options enabled (synchronization, best practices, etc.): all
Thanks for the detailed report! I have a possible fix in #3452 But our internal CI doesn't have a configuration that showed the regression, so I can't easily tell if this fixes it. @y-novikov is it possible for you to confirm if this fixes it on your side?
Describe the Issue
When updating VVL in Chrome we've discovered that ANGLE tests with VVL started to time out on Win7 NVIDIA machines, see crbug.com/1249209 for context. Overall, the whole test suite runs 2 times slower, but looking only at the tests which use Vulkan, those run 10 times slower.
Bisect points to #3268, specifically to f596d7f.
Further drilling down, the slowness is due to added DispatchGetPhysicalDeviceSurfaceFormatsKHR() calls in CoreChecks::ValidateCreateSwapchain(), which were previously cached in physical_device_state->surface_formats.
Valid Usage ID
N/A
Environment:
Additional context
@jeremyg-lunarg
The text was updated successfully, but these errors were encountered: