ekalda commented on issue #16455: URL: https://github.com/apache/tvm/issues/16455#issuecomment-2119925806
Hi @MrJungle1, yes that sounds like a problem related to the SVE implementation. Can you tell me more about what is in the `mod` and what is the `target` you are compiling for? This error is triggered when we try to do `a.lanes()` for a an object `a` which dtype is a scalable vector (we should do `a.vscale_factor()` in this case instead). This error can be triggered from many places in the codebase, so the stack trace that accompanies the error would help to diagnose it. -- 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]
