Ubospica opened a new pull request, #14705:
URL: https://github.com/apache/tvm/pull/14705

   Currently test `test_reduction_rfactor_zero_dim` in file 
`tests/python/unittest/test_tir_schedule_rfactor.py` fails on unity branch.
   
   The reason is there exists mixture of int32/int64 dtype in this testcase as 
well as in TIR RFactor schedule rule. 
   
   This PR fixes these problems by unifying dtype to int64 as current unity 
branch sets  int64 as default dtype.
   
   Besides, this PR adds a `tvm::tir::DefaultIndexType()` interface to 
determine the correct dtype.
   
   `test_reduction_rfactor_zero_dim` is a regression test so we does not need 
more unit tests.


-- 
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