The GitHub Actions job "CI" on tvm-ffi.git/tvm-ffi-optimize-dynamic-runtimetypeindex-loading has failed. Run started by GitHub user tqchen (triggered by tqchen).
Head commit for run: 7a40f67c7c6ec7ecc7193a3ba40b58485fe4bd42 / tqchen <[email protected]> [OBJECT] Optimize dynamic RuntimeTypeIndex loads Cache dynamically allocated type indices in a static inline const _type_index and make RuntimeTypeIndex return the cached value directly. This moves _GetOrAllocRuntimeTypeIndex to cold/startup code and reduces the hot accessor to a plain load. A side codegen probe shows ReadDynTypeIndex shrinking from 176 B with guard/allocation checks to 14 B, while total probe object size drops from 769 B to 634 B despite the added _type_index guard/init storage. Report URL: https://github.com/apache/tvm-ffi/actions/runs/27779865167 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
