From 25dab84cacbf8c7ea3afeb0754935e8bb651f44b Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 19 Jan 2025 22:11:20 -0800 Subject: [PATCH] Zero-threshold benchmarks. --- benchmarks.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index 4da3857..69903fa 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,56 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> +Zero threshold benchmark (vectors) + +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 512, + "total": 10057.50000011921, + "rate": 64.04963847019617, + "min": 15.399999976158142, + "max": 36.89999997615814, + "arithmetic": 19.64355468773283, + "truncated": 15.612890624906868, + "harmonic": 19.455959597968477, + "geometric": 19.54743125733686 + } +} + +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 512, + "total": 10370.999999821186, + "rate": 62.232594321365944, + "min": 17, + "max": 88.5, + "arithmetic": 20.255859374650754, + "truncated": 16.068749999976717, + "harmonic": 20.060722114122232, + "geometric": 20.134613393434872 + } +} + +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 4096, + "total": 75452.59999632835, + "rate": 67.94629986572919, + "min": 13.400000035762787, + "max": 37.60000002384186, + "arithmetic": 18.421044920978602, + "truncated": 14.717504882180947, + "harmonic": 18.21353217876272, + "geometric": 18.31703265536469 + } +} + + + +----- + + + Super benchmarks { -- 2.34.1