masahi commented on issue #13148: URL: https://github.com/apache/tvm/issues/13148#issuecomment-1299384935
Actually, if I replace the above repro with ``` mm = relay.nn.batch_matmul(x, x, out_dtype="int32", transpose_b=True) func = relay.Function([x], mm) ``` I get a segfault from MS. Disabling `RewriteLayout` made the error go away. -- 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]
