onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

webgpu: add FormatTransform kernel and tests

Open jchen10 opened this issue 1 month ago • 0 comments

  • add the WebGPU FormatTransform kernel, headers, and WGSL template, supporting Plain <-> nChw4c/ABcd16a4b conversions
  • register the FormatTransform schema in the internal NHWC domain with padding-aware shape inference
  • hook the kernel into the WebGPU execution provider and add WebGPU tests covering both blocked formats, padding cases, and round trips

jchen10 avatar Nov 23 '25 02:11 jchen10