Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
|
|
- gloo, pybind11, nanopb and nccl now live in third_party.
- ATen builds in aten/build rather than torch/lib/build/aten
- A bit of faffing about in the scripts was necessary, because they used to assume that everything lived in the same directory. Now you are expected to cd into the correct directory before calling one of the build functions. The actual builder script lives in tools
- Lint now just unconditionally ignores third_party, rather than enumerating folders explicitly
|
|
The new version of flake8 includes a check for not using bare except. We
should avoid this since it catches things like KeyboardInterrupt.
|
|
The flake8 package was upgraded to include new errors which cause the
build to break.
|
|
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
|
|
|
|
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
|
|
|
|
|
|
|
|
|
|
|
|
|