tqchen opened a new pull request, #18076: URL: https://github.com/apache/tvm/pull/18076
This PR stabliizes the container ABI and implementation. - Introduce data field so both MapObj/ArrayObj can be future compact with mutable container - Make sure the data delete behavior in DenseMap is cross shared lib safe We also updated DenseMap impl so that n_slots now directly corresponds to number of slots instead of n_slots - 1, the implementation also no longer depend on slots is power of two. -- 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]
