akaashrp opened a new pull request, #20127: URL: https://github.com/apache/tvm/pull/20127
Avoid unnecessary intermediate allocations in WASM memory operations: - Pass a view of the cached call-stack buffer directly to storeRawBytes(), which synchronously copies it into WASM memory - Preserve existing ownership, length, and zero-padding behavior The added tests are intended to target internal buffer-sharing behavior and thus import from src instead of dist. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
