junrushao commented on PR #14020: URL: https://github.com/apache/tvm/pull/14020#issuecomment-1434202256
Hey Xiyou, My understanding of `VerifyMemory` is that it checks the illegal memory access, for example, CPU code directly access GPU memory. I probably don't have much context on this but was curious: - Q1. in which case, `VerifyMemory` fails on a shape function that is run on CPU, given there is no GPU array as inputs of the PrimFunc in shape functions? - Q2. in which case, given the target has been attached in PrimFunc as attributes, do we have to add a new attribute because target is not enough? -- 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]
