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

   ## Motivation and context
   
   Unannotated pointer expressions were treated as local scalar values, which 
loses pointer type information and breaks later buffer binding and CUDA 
lowering. Related pointer helpers and TMA host initialization also used 
inconsistent element-type representations.
   
   ## Changes
   
   - Bind unannotated pointer expressions as immutable pointer variables.
   - Preserve buffer element types through `address_of` and pointer helper 
operations.
   - Accept `PrimType` inputs in pointer helpers.
   - Pass TMA descriptor dtypes as strings to packed host initialization.
   - Document pointer-expression binding and type behavior.
   
   ## Testing
   
   - Parser/printer pointer binding and shadowing regressions
   - TIRx op type regressions
   - DSMEM `map_shared_rank` CUDA codegen regression
   - TMA host initialization regression
   - Changed-files pre-commit checks


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to