MasterJH5574 commented on PR #16507: URL: https://github.com/apache/tvm/pull/16507#issuecomment-1922638285
A bit more context here: when building to Vulkan, we don't want to enable shared memory reuse, in order to avoid dtype mismatch issues when reusing smem from buffers with different dtypes. Previously the flag for Vulkan is incorrectly set, which didn't effectively disable the shared memory reuse for Vulkan. And this PR corrects the issue. -- 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]
