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

Head commit for run:
d23afe74041af7f2f6fb3348d546e345dd0556d0 / tqchen <[email protected]>
[REFACTOR][NODE] Remove node redirect headers, move wrappers to ir/

This PR removes the pure redirect headers from include/tvm/node/ (node.h,
reflection.h) and moves thin wrappers (serialization, structural_equal,
structural_hash) to include/tvm/ir/. Downstream code should use ffi::
directly for core types.

Main changes:

- Delete include/tvm/node/node.h (pure redirect) — update 24 includers
- Delete include/tvm/node/reflection.h (0 includers, unused declaration)
- Move serialization.h/cc, structural_equal.h/cc, structural_hash.h/cc
  to include/tvm/ir/ and src/ir/ — leave forwarding headers at old paths
- Extend include/tvm/runtime/object.h to export Object, ObjectPtrEqual,
  ObjectPtrHash to tvm:: namespace (previously via node.h)
- Add explicit includes for node/cast.h, node/repr_printer.h,
  node/script_printer.h to ir/expr.h (previously transitive via node.h)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to