Skip to content

Commit

Permalink
Update OSS build instructions for submodule build (pytorch#110)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#110

Due to the update the ASMJIT submodule in the near future, we add the additional instruction for submodule update for OSS users.

Reviewed By: dskhudia

Differential Revision: D16415043

fbshipit-source-id: 0488dda34a5916a40eee948a5b7455cf8770d72d
  • Loading branch information
jianyuh authored and facebook-github-bot committed Jul 23, 2019
1 parent 1419a6e commit f712cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ General build instructions are as follows:
```
git clone --recursive https://github.com/pytorch/FBGEMM.git
cd FBGEMM
# if you are updating an existing checkout
git submodule sync
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make
Expand Down

0 comments on commit f712cb2

Please sign in to comment.