You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/12 20:43:25 UTC

[GitHub] [tvm] ganler opened a new pull request, #10983: [FIX] resolve int64/32 for AttrStmtNode

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

   Similar issues as:
   https://github.com/apache/tvm/pull/10172
   https://github.com/apache/tvm/pull/9582
   https://github.com/apache/tvm/pull/10519
   
   Integer mismatch when constructing`IterVal`. Triggered when compiling models on GPU (that's why the `AttrStmtNode`'s logic is reached). A triggering example model is attached: [model.onnx.zip](https://github.com/apache/tvm/files/8476414/model.onnx.zip)
   
   @masahi 
   


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


[GitHub] [tvm] ganler commented on pull request #10983: [FIX] resolve int64/32 for AttrStmtNode

Posted by GitBox <gi...@apache.org>.
ganler commented on PR #10983:
URL: https://github.com/apache/tvm/pull/10983#issuecomment-1097315494

   The fix has passed CI but just want to kinda refine the code to be more general.


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


[GitHub] [tvm] masahi merged pull request #10983: [FIX] resolve int64/32 for AttrStmtNode

Posted by GitBox <gi...@apache.org>.
masahi merged PR #10983:
URL: https://github.com/apache/tvm/pull/10983


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


[GitHub] [tvm] ganler commented on pull request #10983: [FIX] resolve int64/32 for AttrStmtNode

Posted by GitBox <gi...@apache.org>.
ganler commented on PR #10983:
URL: https://github.com/apache/tvm/pull/10983#issuecomment-1097465295

   @masahi According to https://github.com/apache/tvm/pull/10969, maybe let's use this PR?


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


[GitHub] [tvm] masahi commented on pull request #10983: [FIX] resolve int64/32 for AttrStmtNode

Posted by GitBox <gi...@apache.org>.
masahi commented on PR #10983:
URL: https://github.com/apache/tvm/pull/10983#issuecomment-1097484229

   Can you add a test case, maybe from https://github.com/apache/tvm/pull/10969?


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