onnxruntime/js/web/lib/wasm/jsep/webgpu
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
..
ops [JS/Web] Fixed ArgMin and ArgMax and refactored (#17002) 2023-08-04 12:59:36 -07:00
attribute-with-cache-key.ts
gpu-data-manager.ts [js/webgpu] Make sure only storage buffers are reused (#16893) 2023-08-04 13:40:52 -07:00
op-resolve-rules.ts [js/web] JSEP Gather OP (#16855) 2023-08-03 14:09:37 -07:00
program-manager.ts [js/webgpu] Make sure only storage buffers are reused (#16893) 2023-08-04 13:40:52 -07:00
types.ts [js/web] [JSEP] allow passing data in kernel compute (#16621) 2023-07-07 14:27:30 -07:00