tenstorrent / tt-buda

Tenstorrent TT-BUDA Repository
Other
207 stars 28 forks source link

Misalignment between Buda releases (tags) and tt-buda source code #37

Open milank94 opened 2 months ago

milank94 commented 2 months ago

The releases of Buda are not aligned with the source code in tt-buda. This is causing errors when customers and users are trying to build tt-buda from source, but don't actually have the correct source code used for that build.

Need a process or method for ensuring that the source code matches that used to generate the release.

staylorTT commented 2 months ago

@AleksKnezevic Is this something we can work with @vmilosevic on to get the latest source code pushed that we used for the release?

staylorTT commented 1 month ago

INFO: Is the specific issue here that when you build the source code from main it will then not work with the tt-buda-demos. I believe we have tests that ensure it should build at main. Just trying to narrow down how this is failing to build.

AleksKnezevic commented 1 month ago

No, releases are not done off of main, they are done off a branch. Fixes made to that branch for the release also go into main, but it's possible that something else in main introduces a regression on one of the tests.

staylorTT commented 1 month ago

We have some fixes that need to be pushed to fix Dual Chip support. Lets have this coincide with those changes and make sure that source will reflect the .whl that will include the Dual Chip fixes.