mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
more build updates:
(1) nccl submodule, cnmem submodule (2) mpi ops fallback test (3) a bit more blob interface (4) fixed tests (5) caffe2.python.io -> caffe2.python.dataio to avoid name conflicts (6) In the build system autogen __init__.py instead of having manual rules just to copy over an empty __init__.py.
This commit is contained in:
2
Makefile
2
Makefile
@ -16,6 +16,6 @@ lint:
|
||||
@find caffe2 -type f -exec python brewtool/cpplint.py {} \;
|
||||
|
||||
linecount:
|
||||
@cloc --read-lang-def=brewtool/caffe.cloc caffe2 pycaffe2 || \
|
||||
@cloc --read-lang-def=brewtool/caffe.cloc caffe2 || \
|
||||
echo "Cloc is not available on the machine. You can install cloc with " && \
|
||||
echo " sudo apt-get install cloc"
|
||||
|
Reference in New Issue
Block a user