perftest icon indicating copy to clipboard operation
perftest copied to clipboard

GPU texture/buffer performance tester

Results 5 perftest issues
Sort by recently updated
recently updated
newest added

Hi, I was just testing and found the results very strange with Loads aligned on Pascal GPU. Then I just looked to the code and see that you added multiple...

Adapters found: 0: NVIDIA GeForce RTX 2070 1: Microsoft Basic Render Driver Using adapter 0 Running 30 warm-up frames and 30 benchmark frames: .............................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Performance compared to Buffer.Load random Buffer.Load...

Thanks for useful tool. I added support for UAV loads in fork [https://github.com/ash3D/perftest/tree/UAV_load](url) (branch UAV_load). The results turned out to be somewhat slower than SRV on NVIDIA Kepler (GeForce GTX...

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....

``` PerfTest To select adapter, use: PerfTest.exe [ADAPTER_INDEX] Adapters found: 0: NVIDIA GeForce RTX 4070 1: Microsoft Basic Render Driver Using adapter 0 Running 30 warm-up frames and 30 benchmark...