You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Hzfengsy (via GitHub)" <gi...@apache.org> on 2023/10/03 09:31:36 UTC

[PR] [Unity][Doc] Fix Relax part fix_docstring [tvm]

Hzfengsy opened a new pull request, #15860:
URL: https://github.com/apache/tvm/pull/15860

   Following #15848, this PR continues to fix the docstring of Relax part.


-- 
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-unsubscribe@tvm.apache.org

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


Re: [PR] [Unity][Doc] Fix Relax part fix_docstring [tvm]

Posted by "Hzfengsy (via GitHub)" <gi...@apache.org>.
Hzfengsy commented on code in PR #15860:
URL: https://github.com/apache/tvm/pull/15860#discussion_r1343807866


##########
python/tvm/te/operation.py:
##########
@@ -570,39 +570,49 @@ def create_prim_func(
     ops: List[Union[_tensor.Tensor, tvm.tir.Var]], index_dtype_override: Optional[str] = None
 ) -> tvm.tir.PrimFunc:
     """Create a TensorIR PrimFunc from tensor expression
+

Review Comment:
   This file is not relax-related. But the [mainline version](https://github.com/apache/tvm/blob/main/python/tvm/te/operation.py#L569) is good, the error may be caused by incorrect sync.



-- 
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-unsubscribe@tvm.apache.org

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


Re: [PR] [Unity][Doc] Fix Relax part fix_docstring [tvm]

Posted by "tqchen (via GitHub)" <gi...@apache.org>.
tqchen merged PR #15860:
URL: https://github.com/apache/tvm/pull/15860


-- 
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-unsubscribe@tvm.apache.org

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