gigiblender commented on PR #14233: URL: https://github.com/apache/tvm/pull/14233#issuecomment-1460323055
> unfortunately I don’t think span is used in either TIR or Relax via TVMScript at the moment. This is a legacy feature we may or may not really want to use. The recommended and current way of rendering errors is via ObjectPath. I don't think this is about rendering errros. The intent here is to use the span to support tracking of relax ops that are created by the frontend. For example, an ONNX conv2d can generated calls to `relax.op.nn.conv2d`, `relax.op.reshape` and `relax.op.add`. We want to be able to attach span information to the relax ops that points back to the ONNX layer that generated them (ONNX conv2d in this example). -- 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]
