diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-01-20 15:23:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 15:23:53 +0100 |
commit | 3ab68bd0a2aff6df12388f2c3b5ed7ae3333a6ca (patch) | |
tree | 9a81824deb4e5a2b29c3eeb5a2adaa3e00720c45 /tools/README.md | |
parent | 1cc38f5155bdc5605d74cd959660fa04f782ac63 (diff) |
revert(#13402): experiment: wgpu sync (#13439)
Diffstat (limited to 'tools/README.md')
-rw-r--r-- | tools/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/README.md b/tools/README.md index 65cff694f..7bdf6f77a 100644 --- a/tools/README.md +++ b/tools/README.md @@ -59,16 +59,3 @@ So you can simply run `./tools/flamebench.js op_baseline bench_op_async` or Tip: the `[bench_filter]` argument doesn't have to be an exact bench name, you can use a shorthand or a partial match to profile a group of benches, e.g: `./tools/flamebench.js de v8` - -## wgpu_sync.js - -`wgpu_sync.js` streamlines updating `deno_webgpu` from -[gfx-rs/wgpu](https://github.com/gfx-rs/wgpu/). - -It essentially vendors the `deno_webgpu` tree with a few minor patches applied -on top, somewhat similar to `git subtree`. - -1. Update `COMMIT` in `./tools/wgpu_sync.js` -2. Run `./tools/wgpu_sync.js` -3. Double check changes, possibly patch -4. Commit & send a PR with the updates |