summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYangqing Jia <jiayq84@gmail.com>2016-07-22 23:58:24 -0700
committerYangqing Jia <jiayq84@gmail.com>2016-08-02 23:28:23 -0700
commit1ede7a7ff0fc163dbe54f138bb2287ff9cea6beb (patch)
tree1c7e3fc9582760af8a141f1c253777dbbfddb725 /Makefile
parentb2c2d0b70ccd4aae0e438a7864493f03ea8aa399 (diff)
downloadpytorch-1ede7a7ff0fc163dbe54f138bb2287ff9cea6beb.tar.gz
pytorch-1ede7a7ff0fc163dbe54f138bb2287ff9cea6beb.tar.bz2
pytorch-1ede7a7ff0fc163dbe54f138bb2287ff9cea6beb.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53fa65f3fe..507893c292 100644
--- a/Makefile
+++ b/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"