Lunderberg commented on PR #14771: URL: https://github.com/apache/tvm/pull/14771#issuecomment-1536360077
It looks like this commit breaks most of the Rust tests, as the alignment assumed by the LLVM kernel was never validated when running through Rust. Unfortunately, I can't find a good way to produce aligned allocations in Rust, as [`Vec::new_in`](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.new_in) is unstable. For now, I've updated the Rust tests to opt out of requiring aligned buffers, but this isn't the best long-term solution. -- 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]
