tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[TVMScript] TIR Printer: Var and Type

Open yelite opened this issue 3 years ago • 3 comments
trafficstars

This PR:

  • Adds printing function for Var and Type in TIR
  • Update the traced_object_functor to require type parameter on set_dispatch for better code readability.
  • Add the TracedObject variants of helper method and constructors in Doc.

This PR is in draft state because it's branched off from a pending PR #12462

Tracking issue: https://github.com/apache/tvm/issues/11912

cc @junrushao @gbonik

yelite avatar Aug 18 '22 19:08 yelite

cc @junrushao Can you help to review?

Hzfengsy avatar Aug 24 '22 10:08 Hzfengsy

Let's split this PR into 2:

  • The infrastructure change
  • Printer to Var and Type

junrushao avatar Sep 12 '22 20:09 junrushao

Let's split this PR into 2:

  • The infrastructure change
  • Printer to Var and Type

The infra change is split into #12829

yelite avatar Sep 17 '22 03:09 yelite