Re: [apache/incubator-tvm] [RFC] NNVMv2 IR - Relay (#1673)

2020-09-24 Thread Jared Roesch
@calvin886 ONNX was very different then it is today back in 2017 when we began work on Relay. Furthermore ONNX is designed as an interchange format and has very little of the utilities that come with compiler IRs, these days Relay has many more extensions then ONNX including closures, data struc

Re: [apache/incubator-tvm] [RFC] NNVMv2 IR - Relay (#1673)

2020-09-23 Thread calvin886
> @jroesch As to the ONNX limitations, can you share more background or details > why it cannot satisfy the requirements of NNVM/TVM? I'm really interested on > this. Thanks in advance! Hello Jammy, Have you figured out why onnx cannot satisfy the requirement of TVM? I also interested on this.