Lunderberg commented on pull request #8102: URL: https://github.com/apache/tvm/pull/8102#issuecomment-846300850
I get reproduce the same validation error, and I'll look into it on my end. I think that an "array that contains a structure" would be the a type declared with `OpTypeArray` whose element type is declared with `OpTypeStruct`, the equivalent of a `vector<struct>`. From my reading of the spec, if that internal struct is decorated with `Block`, then it shouldn't be decorated with `ArrayStride`. The validator is clearly finding something mismatched, so I'll check again on 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. For queries about this service, please contact Infrastructure at: [email protected]
