Hi:
Thank you for your help!
So, based on my understanding for these codes.
in python
```
func(a,b,c)
```
will call this
```
void operator() (TVMArgs args,
TVMRetValue* rv,
void** void_args) const
```
And grid_dim, block_dim are inferred from **TVMArgs args**( a and b )in this
case by
```
ThreadWorkLoad wl = thread_axis_cfg_.Extract(args);
```
And we can not manually set grid_dim, block_dim.
Am I correct?
Thank you very much!
---
[Visit
Topic](https://discuss.tvm.ai/t/how-cuda-kernel-is-launched-in-tvm-stack/6167/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/7dac3f6b174b9875a7681e7d9d5c5bbfe7fd54ffea0e475be54aa6f307d214fa).