K42COO commited on
Commit
a7cf5c2
·
verified ·
1 Parent(s): c7dcd1b

docs: add dataset card for SparsePlug Hardware Profiler & Compression Benchmarks

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - feature-extraction
5
+ tags:
6
+ - fhe
7
+ - sparseplug
8
+ - sparsity
9
+ - compression
10
+ - hardware-profiling
11
+ - sovereign-stack
12
+ pretty_name: SparsePlug Hardware Profiler & Compression Benchmarks
13
+ ---
14
+
15
+ # SparsePlug Hardware Profiler & Compression Benchmarks
16
+
17
+ **Author**: Brad Wallace ([coo@koba42.com](mailto:coo@koba42.com))
18
+ **Source Code**: [github.com/tensorrent/prime-fhe](https://github.com/tensorrent/prime-fhe)
19
+ **License**: Apache-2.0
20
+
21
+ ---
22
+
23
+ ## Component Description
24
+
25
+ Hardware-adaptive sparsity profiling, TrinityWasm compression, and zero-degradation motif throughput benchmarks at 0%, 75%, and 90% sparsity.
26
+
27
+ ---
28
+
29
+ ## Verified Benchmark Performance
30
+
31
+ | Metric | Value |
32
+ |---|---|
33
+ | **Vector Dim** | `384` |
34
+ | **Step Latency Ns** | `1420` |
35
+ | **Full Evaluation Ms** | `0.55` |
36
+ | **Throughput Dims Per Sec** | `704006` |
37
+ | **Sparsity 0Pct Throughput Events Per Sec** | `1486` |
38
+ | **Sparsity 75Pct Throughput Events Per Sec** | `1405` |
39
+ | **Sparsity 90Pct Throughput Events Per Sec** | `1479` |
40
+ | **Degradation At 90Pct Sparsity** | `< 1%` |
41
+ | **Noise** | `Zero` |
42
+ | **Security Bits** | `128` |
43
+
44
+ ---
45
+
46
+ ## Security & Mathematical Foundations
47
+
48
+ - **Prime Field**: $\mathbb{F}_P$ where $P = 2^{256} - 189$
49
+ - **Security Level**: 128-bit quantum-secure
50
+ - **Noise Property**: **Zero noise** (exact modular multiplication, no bootstrapping required)
51
+
52
+ ---
53
+
54
+ ## License
55
+
56
+ Licensed under the **Apache License, Version 2.0**.
57
+ Copyright 2026 Brad Wallace ([coo@koba42.com](mailto:coo@koba42.com)).