Datasets:
feat: add benchmark metrics for SparsePlug Hardware Profiler & Compression Benchmarks
Browse files- benchmarks/metrics.json +22 -0
benchmarks/metrics.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"component": "SparsePlug Hardware Profiler & Compression Benchmarks",
|
| 4 |
+
"author": "Brad Wallace",
|
| 5 |
+
"email": "coo@koba42.com",
|
| 6 |
+
"github": "https://github.com/tensorrent/prime-fhe",
|
| 7 |
+
"date": "2026-07-30T03:19:27Z",
|
| 8 |
+
"license": "Apache-2.0"
|
| 9 |
+
},
|
| 10 |
+
"metrics": {
|
| 11 |
+
"vector_dim": 384,
|
| 12 |
+
"step_latency_ns": 1420,
|
| 13 |
+
"full_evaluation_ms": 0.55,
|
| 14 |
+
"throughput_dims_per_sec": 704006,
|
| 15 |
+
"sparsity_0pct_throughput_events_per_sec": 1486,
|
| 16 |
+
"sparsity_75pct_throughput_events_per_sec": 1405,
|
| 17 |
+
"sparsity_90pct_throughput_events_per_sec": 1479,
|
| 18 |
+
"degradation_at_90pct_sparsity": "< 1%",
|
| 19 |
+
"noise": "Zero",
|
| 20 |
+
"security_bits": 128
|
| 21 |
+
}
|
| 22 |
+
}
|