onnxruntime/js/web/lib/wasm/jsep/webgpu/ops
xhcao a3833a5e79
[js/webgpu] validate transpose perm if specified (#23197)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2025-01-01 15:58:54 -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
batch-norm.ts
bias-add.ts
bias-split-gelu.ts
binary-op.ts
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
instance-norm.ts
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
multihead-attention.ts
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
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
tile.ts
transpose.ts [js/webgpu] validate transpose perm if specified (#23197) 2025-01-01 15:58:54 -08:00
unary-op.ts
where.ts