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/03/15 21:07:02 UTC

[GitHub] [tvm] mbrookhart opened a new pull request #7666: [ONNX][NMS] init the NMS output tensor with 1s and then slice them away after the loop

mbrookhart opened a new pull request #7666:
URL: https://github.com/apache/tvm/pull/7666


   cc @masahi 
   
   To fix a bug on opencl which is not currently in CI. The current tests hit the bug when compiling with opencl, so I didn't add any additional tests.
   


----------------------------------------------------------------
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] masahi merged pull request #7666: [ONNX][NMS] init the NMS output tensor with 1s and then slice them away after the loop

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


   


----------------------------------------------------------------
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] masahi commented on pull request #7666: [ONNX][NMS] init the NMS output tensor with 1s and then slice them away after the loop

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


   I confirmed that NMS running on OpenCL works with 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.

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