File tree Expand file tree Collapse file tree 6 files changed +241
-255
lines changed
Expand file tree Collapse file tree 6 files changed +241
-255
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments