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 2021/02/17 23:27:23 UTC

[GitHub] [tvm] apivovarov opened a new pull request #7464: Set TOpPattern=kOpaque for scatter_nd

apivovarov opened a new pull request #7464:
URL: https://github.com/apache/tvm/pull/7464


   Set `TOpPattern=kOpaque` for `scatter_nd` op to fix the issue described here
   https://discuss.tvm.apache.org/t/scatter-nd-and-concatenate-fails/9138
   


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

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



[GitHub] [tvm] tqchen commented on pull request #7464: Set TOpPattern=kOpaque for scatter_nd

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


   Thanks @apivovarov for catching the problem! Thanks @anijain2305 @tkonolige 


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

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



[GitHub] [tvm] tqchen merged pull request #7464: Set TOpPattern=kOpaque for scatter_nd

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #7464:
URL: https://github.com/apache/tvm/pull/7464


   


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

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



[GitHub] [tvm] anijain2305 commented on pull request #7464: Set TOpPattern=kOpaque for scatter_nd

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


   @apivovarov Can you please add the failing test from the discuss post?
   
   And also please add a comment on the lines of "`scatter_nd` operator has extern schedules for CPU and GPU devices. Fusing extern schedules with injective schedules leads to errors. So, converting the scatter_nd to Opaque to prevent compilation failures"


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

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