Commits


jzm-intel authored and GitHub committed d9b91682f17
WebGPU JSEP: Make shader code not depend on input broadcasting patterns (#22536) This PR make MatMul shaders not depend on inputs broadcasting pattern, but only depend on input ranks and their shape provided in uniform. This change fix the issue that currently shaders code are different for different broadcasting, but have identical cache key and results in wrong cache hit.