tqchen opened a new pull request, #20348: URL: https://github.com/apache/tvm/pull/20348
Move the zero-state `PrimVar` checked view and its FFI traits beside the shared IR `Var` definitions. Arithmetic and direct C++ callers now use `tvm::PrimVar`, and arithmetic headers drop aliases and includes made redundant by the move. The class and checked conversion behavior remain unchanged, including nullability, exact variable/type checks, vector-type acceptance and reference identity. IterVar remains in TIRX. Existing tests receive only required namespace changes. -- 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]
