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/06/29 19:01:56 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #11949: [MetaSchedule] Handle 'warp_execution' implied extend of threadIdx.x in VerifyGpuCode

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

   Added annotation `warp_execution` to indicates a block is executed by a warp (e.g. tensor core instructions).
   Updated `VerifyGPUCode` to support the annotation implied extend of `threadIdx.x`
   
   cc @junrushao1994 @spectrometerHBH @Hzfengsy 


-- 
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] vinx13 merged pull request #11949: [MetaSchedule] Handle 'warp_execution' implied extend of threadIdx.x in VerifyGpuCode

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


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