tqchen commented on code in PR #16976:
URL: https://github.com/apache/tvm/pull/16976#discussion_r1621072494


##########
src/target/source/intrin_rule_webgpu.cc:
##########
@@ -113,6 +113,8 @@ TVM_REGISTER_OP("tir.trunc")
 // extra dispatch
 TVM_REGISTER_OP("tir.erf").set_attr<FLowerIntrinsic>("webgpu.FLowerIntrinsic", 
DispatchFastErf);
 
+TVM_REGISTER_OP("tir.dot4I8Packed").set_attr<FLowerIntrinsic>("webgpu.FLowerIntrinsic",
 DispatchPureExtern<Direct>);

Review Comment:
   @Jiawei-Shao do u mind followup



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to