@simulatte/webgpu 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Canonical WebGPU package for browserless benchmarking, CI workflows, and
|
|
|
4
4
|
headless runtime integration.
|
|
5
5
|
|
|
6
6
|
<p align="center">
|
|
7
|
-
<img src="
|
|
7
|
+
<img src="https://raw.githubusercontent.com/clocksmith/fawn/main/nursery/webgpu/assets/fawn-icon-main-256.png" alt="Fawn logo" width="196" />
|
|
8
8
|
</p>
|
|
9
9
|
|
|
10
10
|
It is built on Doe, Fawn's Zig WebGPU runtime and Dawn-replacement path for
|
|
@@ -43,7 +43,7 @@ own comparability and claimability status. Cube outputs live in
|
|
|
43
43
|
`bench/out/cube/` and include a dashboard, matrix summary, and per-row data.
|
|
44
44
|
|
|
45
45
|
<p align="center">
|
|
46
|
-
<img src="
|
|
46
|
+
<img src="https://raw.githubusercontent.com/clocksmith/fawn/main/nursery/webgpu/assets/package-surface-cube-snapshot.svg" alt="Static package-surface benchmark cube snapshot" width="920" />
|
|
47
47
|
</p>
|
|
48
48
|
|
|
49
49
|
Static snapshot above:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simulatte/webgpu",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Doe WebGPU bridge for browserless AI/ML benchmarking and CI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/node-runtime.js",
|
|
@@ -50,6 +50,15 @@
|
|
|
50
50
|
"ci",
|
|
51
51
|
"bun"
|
|
52
52
|
],
|
|
53
|
+
"repository": {
|
|
54
|
+
"type": "git",
|
|
55
|
+
"url": "git+https://github.com/clocksmith/fawn.git",
|
|
56
|
+
"directory": "nursery/webgpu"
|
|
57
|
+
},
|
|
58
|
+
"homepage": "https://github.com/clocksmith/fawn/tree/main/nursery/webgpu",
|
|
59
|
+
"bugs": {
|
|
60
|
+
"url": "https://github.com/clocksmith/fawn/issues"
|
|
61
|
+
},
|
|
53
62
|
"author": "Fawn",
|
|
54
63
|
"license": "ISC"
|
|
55
64
|
}
|