Lunderberg commented on PR #12084: URL: https://github.com/apache/tvm/pull/12084#issuecomment-1184446310
> Therefore, if TIR is specifically for CUDA/Vulkan codegen, I believe it's proper to make this assumption that each buffer should be constant-sized Would this be something that should be checked in `SplitHostDevice`? That way, if there's an implementation that uses dynamic sized arrays, and they aren't converted to constant-sized before then, the dynamic allocation could be initiated on the host side. -- 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]
