LukeLIN-web commented on issue #1028:
URL: https://github.com/apache/tvm/issues/1028#issuecomment-2041016254

   > > The related code is 
[TOPI](https://github.com/merrymercy/tvm/tree/master/topi). Take convolution 
for examples. Convolution layers in mxnet model will be converted to topi's 
operators, then tvm call their schedule functions in 
[topi/cuda](https://github.com/merrymercy/tvm/blob/master/topi/python/topi/cuda/conv2d_nchw.py).
 These schedule functions bind the thread explicitly. Currently the rules for 
binding is hard coded by topi writers.
   > 
   > The relevant link of TOPI is outdated, can you provide me with the latest 
code link about `.bind(bx, tvm.thread_axis("blockIdx.x"))`?Thanks.
   
   I also have this question. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to