Skip to content

Conversation

@yelite
Copy link
Contributor

@yelite yelite commented Aug 10, 2022

This PR:

  • Implement Frame for the TVMScript Unified Printer

Compared to the prototype version, this:

  • Removes the dependency of VarTable (SymbolTable) from Frame
  • Adds a callback array to the Frame base class so that VarTable can add callback to clean variable when Frame goes out scope

Tracking issue: #11912

cc @junrushao1994 @gbonik

@junrushao
Copy link
Member

The PR looks pretty good! Let's address my nitpick and get the CI green

@junrushao junrushao merged commit 3cb57d2 into apache:main Aug 12, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
This PR:

- Implement Frame for the TVMScript Unified Printer

Compared to the prototype version, this:

- Removes the dependency of VarTable (SymbolTable) from Frame
- Adds a callback array to the Frame base class so that VarTable can add callback to clean variable when Frame goes out scope

Tracking issue: apache#11912
mikeseven pushed a commit to mikeseven/tvm that referenced this pull request Sep 27, 2023
This PR:

- Implement Frame for the TVMScript Unified Printer

Compared to the prototype version, this:

- Removes the dependency of VarTable (SymbolTable) from Frame
- Adds a callback array to the Frame base class so that VarTable can add callback to clean variable when Frame goes out scope

Tracking issue: apache#11912
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants