Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename all pybuda to ttforge in all build files #10

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

mtopalovicTT
Copy link
Contributor

@mtopalovicTT mtopalovicTT commented Jul 24, 2024

Rename all pybuda to ttforge in all build files. This means all targets/env variables are renamed from PYBUDA to TTFORGE for example PYBUDA_TOOLCHAIN_DIR -> TTFORGE_TOOLCHAIN_DIR.
We are also renaming /opt/pybuda_toolchain dir to /opt/ttforge_toolchain.

Tested:

  • Build works after clean build
  • I can run pytest -svv pybuda/test/test_api.py::test_torch after building

For folks which already have /opt/pybuda_toolchain with dependencies in it you can create link from /opt/ttforge_toolchain to /opt/pybuda_toolchain like this:

sudo ln -s pybuda-toolchain/ ttforge-toolchain

resolves #2

@mtopalovicTT mtopalovicTT force-pushed the milant/build_refs_from_pybuda_to_ttforge branch from 683c5db to a40ea65 Compare July 25, 2024 05:30
@mtopalovicTT mtopalovicTT force-pushed the milant/build_refs_from_pybuda_to_ttforge branch from 8b4c132 to 2c01bec Compare July 31, 2024 05:33
@mtopalovicTT mtopalovicTT merged commit 487d12a into main Jul 31, 2024
1 check failed
AleksKnezevic pushed a commit that referenced this pull request Aug 1, 2024
…da to tt-forge (#10)

Rename all pybuda to ttforge in all build files. This means all targets/env variables are renamed from `PYBUDA` to `TTFORGE` for example `PYBUDA_TOOLCHAIN_DIR` -> `TTFORGE_TOOLCHAIN_DIR`.
We are also renaming `/opt/pybuda_toolchain` dir to `/opt/ttforge_toolchain`.

Tested:
* Build works after clean build
* I can run `pytest -svv pybuda/test/test_api.py::test_torch` after building

**For folks which already have** `/opt/pybuda_toolchain` with dependencies in it you can create link from `/opt/ttforge_toolchain` to `/opt/pybuda_toolchain` like this:

`sudo ln -s pybuda-toolchain/ ttforge-toolchain`

resolves #2
@pilkicTT pilkicTT deleted the milant/build_refs_from_pybuda_to_ttforge branch August 5, 2024 12:56
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.

Rename build things from PyBuda to TT-Forge\Forge
3 participants