apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.84k stars 3.48k forks source link

[Tracking Issue] Unity Branch Establishment #13876

Closed tqchen closed 1 year ago

tqchen commented 1 year ago

This is a tracking issue to list out the steps to establish unity branch so that we can start unity development in the branch. We divide the setups into the following components.

The setup period can take a while before we migrate most of the developments to unity branch.

We aim to do it in an agile fashion so we can migrate sooner with a mindset of continuous iteration, then do follow PR fixes if necessary if there are things that are overlooked

tqchen commented 1 year ago

cc @YuchenJin

tqchen commented 1 year ago
git rebase --onto  upstream/unity upstream/unity-rebase-backup-2023-03-13
git rebase --onto upstream/unity upstream/unity-rebase-backup-2023-03-05

NOTE on 2023-02-24, updated unity branch to sync with latest main, to sync some pending changes, run

git rebase --onto upstream/unity upstream/unity-rebase-backup-2023-02-24

NOTE on 2023-02-18, updated unity branch to sync with latest main, to sync some pending changes, run

git rebase --onto upstream/unity upstream/unity-rebase-backup-2023-02-18
tqchen commented 1 year ago

Thanks to everyone's effort, the unity branch is now established. Closing this issue for now. We can open future issues to track specific items for unity component developments