The GitHub Actions job "CI" on tvm-ffi.git/tvmffi-streamline-access-path-repr 
has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
1d78d2f1f17d2a760631fc9c5d11723944c08e2a / tqchen <[email protected]>
[REFL] AccessPath repr: flatten via ToSteps, fold AccessStep repr into 
reflection registration

Two cleanups on the AccessPath / AccessStep repr customization:

- Fold the AccessStep __ffi_repr__ registration into the existing
  AccessStepRegisterReflection() helper instead of a separate
  AccessStepRegisterRepr() function.
- Switch the AccessPath repr to flatten via ToSteps() and walk the
  resulting vector, rather than recursing through the parent chain
  via the fn_repr callback. The recursion was an implementation
  detail; iterating a flat list of steps is simpler and matches the
  shape of how AccessPaths are typically consumed.
- Fix clang-tidy performance-unnecessary-value-param: pass AccessStep,
  AccessPath, and ffi::Function by const reference in the repr lambdas.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to