From d8119bc932257abff6e6700371a280f67625b8c5 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 15 Jan 2025 14:12:36 -0800 Subject: [PATCH] Save another couple benchmarks but also note an issue with validate. --- benchmarks.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 74a6952..c8606c1 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -55,6 +55,22 @@ NanoPow (WebGPU) 3070 (dispatch 0x1000 workgroup 128) "geometric": 177.7358800826145 } +Error: Nonce found but does not match work +null [c5d5d6f7c5d6ccd1] 281e89ac73b1082b464b9c3c1168384f846d39f6df25105f8b4a22915e999117 (90.59999999403954 ms) + +NanoPow (WebGPU) 3070 (dispatch 0x800 workgroup 128) +{ + "count": 2048, + "total": 566167.6000000024, + "rate": 3.6173034274656324, + "min": 15.399999999906868, + "max": 2000.2999999998137, + "arithmetic": 276.4490234375012, + "truncated": 218.4107421874994, + "harmonic": 122.29973069005368, + "geometric": 184.8814662429658 +} + NanoPow (WebGPU) 3070 (dispatch 0x1000 workgroup 64) { @@ -82,6 +98,19 @@ NanoPow (WebGPU) 3070 (dispatch 0x800 workgroup 64) "geometric": 171.00530036092783 } +NanoPow (WebGPU) 3070 (dispatch 0x1000 workgroup 32) +{ + "count": 2048, + "total": 582139.9999999758, + "rate": 3.518054076339171, + "min": 9.200000000186265, + "max": 1908.5999999996275, + "arithmetic": 284.2480468749882, + "truncated": 218.86826171873827, + "harmonic": 123.58316256156988, + "geometric": 190.28283027676605 +} + ----- -- 2.34.1