onnxruntime/js/web/lib/wasm/jsep/webgpu
satyajandhyala 3be6eb53c8
[JS/Web] Fixed the output indexing in the shader code when the output is 1-dim. (#16508)
### Description
Modified indexing into outputIndices in the shader code. When the output
is 1-dim the outputIndices is not a vector and indexing results in
error.



### Motivation and Context
Fix the problem in the Reduce Ops implementation in WebGPU.
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2023-06-30 09:42:38 -07:00
..
ops [JS/Web] Fixed the output indexing in the shader code when the output is 1-dim. (#16508) 2023-06-30 09:42:38 -07:00
attribute-with-cache-key.ts
gpu-data-manager.ts [js/webgpu] fix GPU to GPU memcpy (#16393) 2023-06-21 15:50:08 -07:00
op-resolve-rules.ts [js/web] Added Reduce operators support (#16122) 2023-06-12 07:46:27 -07:00
program-manager.ts
types.ts