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/06/07 05:44:32 UTC

[GitHub] [tvm] elvin-n opened a new pull request #8201: [TOPI] [INTEL GRAPHICS] Fix conv2d_nchw for opencl intel graphics

elvin-n opened a new pull request #8201:
URL: https://github.com/apache/tvm/pull/8201


   I got 0% of accurqacy with target="opencl -device=intel_graphics" on IrisXe. I found severtal issue (using warp instead of shared scope for variables) but fixed only for conv2d_nchw. conv2d_nchwc is still buggy
   
   Also enabled generic tvm topi tests on conv2d_nchw. Before the fix, test failed on the first workload, after the fix, the test still fails on workload with dilation != 1, but this is by intel graphics copnv2d_implementation - dilation is not supported for it. Will disable test or fix conv2d_nchw


-- 
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] jwfromm commented on pull request #8201: [TOPI] [INTEL GRAPHICS] Fix conv2d_nchw for opencl intel graphics

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


   Thanks for the fix @elvin-n. This all LGTM.


-- 
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] jwfromm merged pull request #8201: [TOPI] [INTEL GRAPHICS] Fix conv2d_nchw for opencl intel graphics

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


   


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