AIYoungcino commented on PR #17267: URL: https://github.com/apache/tvm/pull/17267#issuecomment-2292622935
> Dynamic shared memory (`shared.dyn` scope) should be used in this case to bypass the size limit Thank you for your advice. if the size of the result of conv2d exceeds the maximum shared memory limit, storing it in shared memory would lead to overflow. It's typically passed as a parameter to the kernel function or allocated GDRAm space through static extern at compile time. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org