onnxruntime/js/web/lib/wasm/jsep/webgpu/ops
Xu Xing fa106942a7
[js/webgpu] Refactor matmul conv to support uniforms for matmul (#18452)
This change refactored matmul/conv related programs to support shape
uniforms. Currently only matmul shape uniforms are fully enabled.
TODOs: add input dependencies for conv related programs, turn clipMax
and clipMin to uniforms.
2023-11-22 14:42:55 -08:00
..
3rd-party [js/webgpu] Refactor matmul conv to support uniforms for matmul (#18452) 2023-11-22 14:42:55 -08:00
argminmax.ts
attention.ts [js/web] JSEP Attention & MultiHeadAttention (#17742) 2023-11-17 12:23:52 -08:00
bias-add.ts
bias-split-gelu.ts [JS/Web] Resize & BiasSplitGelu fp16 support (#18536) 2023-11-22 12:12:07 -08:00
binary-op.ts [js/webgpu] Optimize broadcast binary. (#18185) 2023-11-20 16:52:17 -08:00
common.ts [js/webgpu] Refactor matmul conv to support uniforms for matmul (#18452) 2023-11-22 14:42:55 -08:00
concat.ts
conv-grouped.ts
conv-transpose.ts
conv.ts
einsum.ts
expand.ts [[JS/Web]Added uniform to Expand op. (#18558) 2023-11-22 14:14:24 -08:00
fuse-utils.ts
gather-elements.ts
gather.ts
gemm.ts
instance-norm.ts
layer-norm.ts
matmul.ts
multi-head-attentiion.ts [js/web] JSEP Attention & MultiHeadAttention (#17742) 2023-11-17 12:23:52 -08:00
pad.ts
pool.ts
range.ts
reduce-shared.ts
reduce.ts
resize.ts [JS/Web] Resize & BiasSplitGelu fp16 support (#18536) 2023-11-22 12:12:07 -08:00
skip-layer-norm.ts
slice.ts
softmax.ts
split.ts
tile.ts
transpose.ts
unary-op.ts [js/web] unify resolve rules for "Clip" (#18527) 2023-11-20 23:18:06 -08:00
where.ts