Lunderberg commented on issue #17175:
URL: https://github.com/apache/tvm/issues/17175#issuecomment-2259189681

   There's a few operators that don't have `FLegalize` implementations, and 
expect to be lowered/pattern-matched out prior to building.  Unfortunately, 
this results in very hard-to-interpret error messages when the lowering reaches 
the `CodeGenVM` step.
   
   For the initial error case, it should be fixed as a side effect of 
https://github.com/apache/tvm/pull/17218, as it adds a check for 
`R.tensor_to_shape` in `VMBuiltinLower`.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to