perftest icon indicating copy to clipboard operation
perftest copied to clipboard

Zero results on NVIDIA Fermi

Open ash3D opened this issue 7 years ago • 1 comments

Benchmark show zero result on NVIDIA Fermi (GeForce GRX 460). Maybe it is bug in driver. I inserted Flush() between dispatch and End for timestamp query and this fixed issue. It does not affected results on other GPUs.

ash3D avatar Aug 05 '17 12:08 ash3D

Sounds like a driver bug. Adding flush between the dispatch and End would likely put the dispatch and profiling end timestamp recording to different command lists, which could add penalty to timing. But since DX11 is a black box, anything really might happen. Porting this tester to DX12 would simplify some things.

sebbbi avatar Aug 29 '17 06:08 sebbbi