This is an archive of the discontinued LLVM Phabricator instance.

Adjust macros which define the ML inlining features.
ClosedPublic

Authored by jacobhegna on Apr 27 2023, 2:34 PM.

Details

Summary
  • Explicitly specify the dtype/shape
  • Remove separate names for python/C++
  • Add docstring for inline cost features

Diff Detail

Event Timeline

jacobhegna created this revision.Apr 27 2023, 2:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2023, 2:34 PM
jacobhegna requested review of this revision.Apr 27 2023, 2:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2023, 2:34 PM
mtrofin accepted this revision.Apr 27 2023, 2:43 PM

lgtm, maybe also say in the commit description that this makes the feature declaration closer to how we do it elsewhere - e.g. regalloc.

This revision is now accepted and ready to land.Apr 27 2023, 2:43 PM

Update commit message.

This revision was landed with ongoing or failed builds.Apr 27 2023, 3:58 PM
This revision was automatically updated to reflect the committed changes.