Jiawei-Shao commented on code in PR #16976:
URL: https://github.com/apache/tvm/pull/16976#discussion_r1621718939
##########
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:
Oh sorry I was busy on some other urgent stuffs these days. I will go back
to work on this next week. I will follow the steps to add `tir.dp4a` first.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]