onnxruntime/js/web/lib/wasm/jsep/webgpu/ops
Yulong Wang 01539ee7ab
[js/webgpu] fix Conv2DMatMul shader's out-of-bound read (#23085)
### Description
<!-- Describe your changes. -->

Fix a bug caused by potential out-of-bound reads of `W` in the
Conv2DMatMul shader.

### Motivation and Context

Fixes #22983
2024-12-12 11:33:53 -08:00
..
3rd-party [js/webgpu] fix Conv2DMatMul shader's out-of-bound read (#23085) 2024-12-12 11:33:53 -08:00
argminmax.ts
attention.ts [JS/WebGPU] GroupQueryAttention rewrite (#20946) 2024-10-23 10:14:09 -07:00
batch-norm.ts
bias-add.ts
bias-split-gelu.ts
binary-op.ts [JS/WebGPU] Support WASM64 (#21836) 2024-10-24 20:21:51 -07:00
common.ts [js/webgpu] Add scatterND (#22755) 2024-11-13 09:13:00 -08:00
concat.ts
conv-grouped.ts
conv-transpose.ts [js/webgpu] Optimize ConvTranspose (#22774) 2024-11-12 12:37:07 -08:00
conv.ts WebGPU JSEP: Make shader code not depend on input broadcasting patterns (#22536) 2024-11-08 11:00:51 -08:00
cumsum.ts
depth-to-space.ts
einsum.ts
expand.ts [js/webgpu] Optimize Expand (#22752) 2024-11-12 12:37:19 -08:00
fast-gelu.ts
fuse-utils.ts
gather-block-quantized.ts
gather-elements.ts
gather-nd.ts [js/webgpu] Add GatherND (#22847) 2024-12-04 09:57:32 -08:00
gather.ts
gemm.ts [js/webgpu] Optimize Gemm (#22706) 2024-11-04 15:05:21 -08:00
grid-sample.ts [js/webgpu] support GridSample operator (#22652) 2024-11-08 11:02:36 -08:00
group-query-attention.ts [JS/WebGPU] GroupQueryAttention rewrite (#20946) 2024-10-23 10:14:09 -07:00
instance-norm.ts [js/webgpu] Optimize InstanceNorm in some shapes (#22637) 2024-10-29 17:10:14 -07:00
layer-norm.ts
matmul-shaders.ts WebGPU JSEP: Make shader code not depend on input broadcasting patterns (#22536) 2024-11-08 11:00:51 -08:00
matmul.ts WebGPU JSEP: Make shader code not depend on input broadcasting patterns (#22536) 2024-11-08 11:00:51 -08:00
matmulnbits.ts [js/webgpu] Optimize matmulnbits (#22360) 2024-10-14 15:49:29 -07:00
multihead-attention.ts [JS/WebGPU] GroupQueryAttention rewrite (#20946) 2024-10-23 10:14:09 -07:00
pad.ts
pool.ts
quantize-linear.ts
range.ts
reduce-shared.ts [js/webgpu] Increase workgroupSize if only one workgroup is dispached (#22709) 2024-11-05 13:13:52 -08:00
reduce.ts
resize.ts [JS/WebGPU] Fixed bugs in inputs validation of Resize (#21955) 2024-10-04 18:29:53 -07:00
rotary-embedding.ts
scatter-nd.ts [js/webgpu] Add scatterND (#22755) 2024-11-13 09:13:00 -08:00
skip-layer-norm.ts
slice.ts
softmax.ts [js/webgpu] Increase workgroupSize if only one workgroup is dispached (#22709) 2024-11-05 13:13:52 -08:00
split.ts [JS/WebGPU] GroupQueryAttention rewrite (#20946) 2024-10-23 10:14:09 -07:00
tile.ts
transpose.ts [js/webgpu] fix a bug in transpose shader (#22997) 2024-12-03 20:21:08 -08:00
unary-op.ts
where.ts