The GitHub Actions job "CI" on tvm.git/node-namespace-cleanup has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
71d551538c4317f56a15f5a3dd459c92f3043736 / tqchen <[email protected]>
[Node] Phase out StructuralEqual/Hash/Serialization wrappers, use ffi directly

- Replace tvm::StructuralEqual with using ffi::StructuralEqual
- Replace tvm::StructuralHash (and BaseValueHash) with using ffi::StructuralHash
- Make tvm/ir/serialization.h a thin forwarding header to 
ffi/extra/serialization.h
- Remove tvm::StructuralEqual::operator() and tvm::StructuralHash::operator()
  implementations that were just forwarding to ffi
- Fix one 3-arg StructuralEqual call to use ffi::StructuralEqual::Equal directly
- Add missing transitive includes (cmath, runtime/tensor.h, device_api.h)
  that were previously pulled in through the removed headers

Report URL: https://github.com/apache/tvm/actions/runs/22448887445

With regards,
GitHub Actions via GitBox


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

Reply via email to