Dear community:

Following the vote to [transition main to unity 
branch](https://github.com/apache/tvm/issues/16434). We are working to 
transition main to unity.  I am happy to announce that as of now, the main 
branch is updated to the unity branch and incorporates the all the latest 
changes in main branch.  

## Backup branches

We created the following backup branches.

- Use branch https://github.com/apache/tvm/tree/main-before-unity-switch, for 
the main branch before the transition.
- Us branch https://github.com/apache/tvm/tree/unity-before-switch for unity 
branch before the transition

## Updating existing PRs

- If you have PRs to main, you can try rebase via

```bash
git rebase --onto upstream/main upstream/main-before-unity-switch
```


- Outstanding PRs to unity branch should change the base to main, and run
```bash
git rebase --onto upstream/main upstream/unity-before-switch
```
- All future unity PRs should be sent to main instead

## Guideline for using the latest main

Likely things will continue to function whether you are using main or unity 
features.  Thanks to @Hzfengsy to confirm all the main testcases on the unity 
branch before we carry out the transition. But we also understand that there 
will be some period of time that we adjust, so feel free to use the forum post 
and other means to work with the community.



-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/16446
You are receiving this because you are subscribed to this thread.

Message ID: <apache/tvm/issues/16...@github.com>

Reply via email to