tlc-pack / tvm-tensorir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UPSTREAM] Sync with Upstream

tqchen opened this issue · comments

Given the ForNode lands in the upstream, it would be a good timing to sync the current codebase again with upstream before further refactoring.

  • Sync the current code path with upstream
  • Replace the use of LoopNode by ForNode

One optional additional thing to work on is the Tensor subregion match, which we should do sooner to address the tensorization issue. Note that the sync might take some time but is worth doing to prepare for upstreaming the code and future refactors.

cc @Hzfengsy @junrushao1994 @jinhongyii

BTW, do we want to

  1. split StmtSRef into ForSRef and BlockSRef?
  2. add while loop related logic?

The sync would not change the additional logics. These could belongs to the topic of refactor after sync.

@Hzfengsy would be great if we can sync before our next incoming meeting, so we can proceed with more changes

Sure