[Apache TVM Discuss] [Development] LaunchParamConfig documentation?

2022-02-11 Thread Wuwei Lin via Apache TVM Discuss
The thread extents are part of the params of the `PrimFunc` for the device code, kernel launch parameters are set here c(https://github.com/apache/tvm/blob/main/src/tir/transforms/split_host_device.cc#L294-L296). In `LaunchParamConfig`, `base` and `arg_index_map` is used to map the index of p

[Apache TVM Discuss] [Development] Handling of `prefetch` (legalization/lowering)

2021-08-05 Thread Wuwei Lin via Apache TVM Discuss
I recently encountered similar issues. We can extent legalization/lowering to match this pattern `Evaluate(call_intrin))` and lower them to `Stmt` --- [Visit Topic](https://discuss.tvm.apache.org/t/handling-of-prefetch-legalization-lowering/10718/2) to respond. You are receiving this bec