Commits


Xu Xing authored and GitHub committed fa106942a79
[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.