Lunderberg opened a new pull request, #16827: URL: https://github.com/apache/tvm/pull/16827
Prior to this commit, binary operations were only defined between two tensors. This commit allows binary operations to apply between a tensor and a `relax::PrimValue`. When inferring the output `StructInfo`, binary operations with a `PrimValue` produce the same output as using a 0-d tensor. When legalizing operations containing a `PrimValue`, they are lowered to primitive TIR arguments. -- 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]
