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/02/04 11:55:06 UTC

[GitHub] [tvm] Hzfengsy opened a new pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

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


   Stage pipeline property requires all stmts in scope are schedulable stmts, which means opaque block (block without block vars) does not satisfy the property. 
   
   This PR fixes the bug.
   
   cc @junrushao1994 @spectrometerHBH 


-- 
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] Hzfengsy commented on pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

Posted by GitBox <gi...@apache.org>.
Hzfengsy commented on pull request #10166:
URL: https://github.com/apache/tvm/pull/10166#issuecomment-1030105480


   If users write an opaque block and try to do transformations on it, we will not raise any schedule errors but only provide error result IR.


-- 
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] Hzfengsy closed pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

Posted by GitBox <gi...@apache.org>.
Hzfengsy closed pull request #10166:
URL: https://github.com/apache/tvm/pull/10166


   


-- 
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] Hzfengsy edited a comment on pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

Posted by GitBox <gi...@apache.org>.
Hzfengsy edited a comment on pull request #10166:
URL: https://github.com/apache/tvm/pull/10166#issuecomment-1030105480


   If users write an opaque block and try to do transformations on it, we will not raise any schedule error but only provide error results.


-- 
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] junrushao1994 commented on pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #10166:
URL: https://github.com/apache/tvm/pull/10166#issuecomment-1051297640


   Any updates? 


-- 
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] junrushao1994 commented on pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #10166:
URL: https://github.com/apache/tvm/pull/10166#issuecomment-1058934910


   Any updates?


-- 
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] Hzfengsy commented on pull request #10166: [TIR][Schedule] Opaque block does not satisfy stage-pipeline

Posted by GitBox <gi...@apache.org>.
Hzfengsy commented on pull request #10166:
URL: https://github.com/apache/tvm/pull/10166#issuecomment-1058935677


   Let's close this PR since it might need a generic solution.


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