tvm
tvm copied to clipboard
[WebGPU] Add `tir.dp4a`
This patch adds tir.dp4a as a new TIR built-in operator as a preparation of supporting int8 computation with dot4I8Packed in WebGPU backend.
issue: https://github.com/apache/tvm/issues/16627
@tqchen PTAL, thanks!