Lunderberg commented on PR #16569: URL: https://github.com/apache/tvm/pull/16569#issuecomment-1967748909
I did a bisect on `test_tir_transform_force_narrow_index_to_i32.py::test_thread_axis2`, and it's been broken for quite some time. [This merge commit](https://github.com/apache/tvm/commit/3de77f8de) from `main` into `unity` broke it, and it has been broken ever since. There's some itervar-related changes in `src/script/ir_builder/tir/ir.cc` that I suspect to be the cause. They remove an unconditional usage of `int32` dtype, which could be previously been assumed. -- 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]
