MasterJH5574 opened a new pull request #10795:
URL: https://github.com/apache/tvm/pull/10795


   _This PR is a follow-up effort of #10789, which enables the `int64` support 
for TIR schedule primitive Cache-Read and Cache-Write._
   
   Prior to this PR, the IterVars of the generated cache stage block are always 
`int32`-typed, which might conflict with the dtypes of the domains of the 
IterVars.
   
   In this PR, the dtype of new IterVars are constructed according to the data 
types of their domains, and thereby the possible conflicts are resolved. 
Meanwhile the data types of the read/write regions of the cache stage blocks 
are also constructed according to correct data types.
   
   ---
   
   cc @Hzfengsy @tqchen @junrushao1994 @jinhongyii 


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