File tree 6 files changed +241
-255
lines changed
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
5
1
[submodule "third_party/llm.c "]
6
2
path = third_party/llm.c
7
3
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):
61
61
"Linux" : "third_party/lib/libwebgpu_dawn.so" ,
62
62
}
63
63
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" ,
66
66
}
67
67
68
68
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