The GitHub Actions job "CI" on tvm-ffi.git/pyobject has failed.
Run started by GitHub user cyx-6 (triggered by cyx-6).

Head commit for run:
435caeb6979e28eb8c751abb492b6b4b94f25e55 / Yaxing Cai <[email protected]>
[REFACTOR] Collapse custom-allocator setter API to single global entry point

Drop the unused per-type TVMFFISetCustomAllocator(int32_t,...) and rename
TVMFFISetDefaultCustomAllocator to TVMFFISetCustomAllocator. Drop the
type_index parameter from TVMFFIGetCustomAllocator since lookup no
longer needs per-type resolution. The registry collapses to a single
atomic; hot path becomes a single acquire load. Per-type opt-out for
small heap-primitive types remains a clean future addition via a
type-trait dispatched in Handler::New.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/26241756756

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to