onnxruntime/js/web/lib/wasm/jsep
Jiajia Qin 9ea0a3129b
[js/webgpu] Make sure only storage buffers are reused (#16893)
### Description
<!-- Describe your changes. -->
This PR makes sure that only storage buffers are reused. Previously, the
query buffer might also get from the freeBuffers list if there is a
matching size in it. But they are different usage, which results errors.
2023-08-04 13:40:52 -07:00
..
webgpu [js/webgpu] Make sure only storage buffers are reused (#16893) 2023-08-04 13:40:52 -07:00
backend-webgpu.ts [js/webgpu] Make sure only storage buffers are reused (#16893) 2023-08-04 13:40:52 -07:00
init.ts [Web/JS] Added Slice operator in JSEP. (#16811) 2023-07-25 14:19:20 -07:00
log.ts
tensor.ts [Web/JS] Added Slice operator in JSEP. (#16811) 2023-07-25 14:19:20 -07:00
util.ts [js/webgpu] allow 0 sized tensor for tensor view (#16540) 2023-06-30 12:05:04 -07:00