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

Readme updates #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ This work aims to port PyTorch to HammerBlade.
### How to build PyTorch to use COSIM
This assumes that you have a working HB Cosimulation installed through `bsg_bladerunner`. Then:
- Enable `devtoolset-8` or any toolchain that supports C++14.

On CentOS, this is usually done with:

scl enable devtoolset-8 bash

- Set following variable to point to `bsg_bladerunner` clone:

export BRG_BSG_BLADERUNNER_DIR=<path to bsg_bladerunner that has be setup>

- Clone hb-pytorch repo:

git clone -b hb-device [email protected]:cornell-brg/hb-pytorch.git
git clone [email protected]:cornell-brg/hb-pytorch.git

- Create python virtual environment:

Expand Down