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


##########
include/tvm/ir/type.h:
##########
@@ -132,11 +132,10 @@ class PrimType : public Type {
    * \brief Constructor
    * \param dtype The corresponding dtype.
    */
-  TVM_DLL explicit PrimType(runtime::DataType dtype);
+  TVM_DLL explicit PrimType(runtime::DataType dtype, Span span = Span());

Review Comment:
   NOTE for followup: we can send this change to main



-- 
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