tqchen opened a new pull request, #20364: URL: https://github.com/apache/tvm/pull/20364
Extract a small shared primitive-operation layer for arithmetic consumers. Move primitive construction helpers, constant folding and symbolic-limit storage into IR, and use concise `prim.*` node, constructor and intrinsic names. Split canonical operation registration from TIRX printer metadata, preserve ceil/log2 lowering, and migrate historical JSON spellings through the existing finite upgrader. Existing Python/TIRX entry points continue to work. Narrow TIRX adapters retain full-width unsigned constants, casts and maximum values while IntImm uses its current representation; rich dialect operations remain in TIRX. -- 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]
