The GitHub Actions job "CI" on tvm-ffi.git/main has succeeded.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
8d1ba380c613b30b5910340ec009837729131db1 / Kathryn (Jinqi) Chen 
<[email protected]>
[fix] Move container stream scanning from Cython to C++ for efficiency (#521)

When a packed FFI function receives containers (Array, List, Map, Dict)
containing tensors, we scan for the first non-CPU tensor to capture
stream context. Previously this scanning was done in Cython via repeated
packed-function calls (size, getitem, iterator create/advance per
element). This PR registers a single C++ function
ffi.ContainerFindFirstNonCPUDevice that does the recursive scan
natively.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to