We find a potential issue in the following line of the code: [https://github.com/dmlc/tvm/blob/master/topi/python/topi/cuda/conv2d_direct.py#L93](https://github.com/dmlc/tvm/blob/master/topi/python/topi/cuda/conv2d_direct.py#L93) Line 93: `ryo, ryi = cfg['tile_rx'].apply(s, OL, ry)` Should `tile_rx` be `tile_ry`?
We find a potential issue in the following line of the code:
https://github.com/dmlc/tvm/blob/master/topi/python/topi/cuda/conv2d_direct.py#L93
Line 93:
ryo, ryi = cfg['tile_rx'].apply(s, OL, ry)Should
tile_rxbetile_ry?