Skip to content

Commit 4589f1f

Browse files
committed
bump dawn version to c469d593ac and remove WebGPU-distribution from third_party
1 parent ec68b14 commit 4589f1f

File tree

6 files changed

+241
-255
lines changed

6 files changed

+241
-255
lines changed

.gitmodules

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "third_party/local/WebGPU-distribution"]
2-
path = third_party/local/WebGPU-distribution
3-
url = https://github.com/eliemichel/WebGPU-distribution.git
4-
branch = dawn
51
[submodule "third_party/llm.c"]
62
path = third_party/llm.c
73
url = https://github.com/karpathy/llm.c

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def download_dawn(os_name):
6161
"Linux": "third_party/lib/libwebgpu_dawn.so",
6262
}
6363
url_map = {
64-
"macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0/libwebgpu_dawn.dylib",
65-
"Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0/libwebgpu_dawn.so",
64+
"macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0-pre2/libwebgpu_dawn.dylib",
65+
"Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0-pre2/libwebgpu_dawn.so",
6666
}
6767

6868
outfile = outfile_map.get(os_name)

third_party/headers/webgpu/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
webgpu.h from dawn build: _deps/dawn-build/gen/include/dawn/
1+
0.2.0
2+
3+
Dawn Commit Hash: c469d593ac
4+
5+
webgpu.h from dawn build directory: gen/include/dawn/webgpu.h

0 commit comments

Comments
 (0)