diff options
author | Yangqing Jia <jiayq84@gmail.com> | 2017-11-13 22:01:07 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2017-11-13 22:18:44 -0800 |
commit | c5bcd5560c133abbcf02a79362673f8ae50c8935 (patch) | |
tree | 5a7a44e13ea92d469d388e23bb0cca4b6f700581 /.gitmodules | |
parent | 8701a2dfa32c46004cae592652d0830f1fffd073 (diff) | |
download | pytorch-c5bcd5560c133abbcf02a79362673f8ae50c8935.tar.gz pytorch-c5bcd5560c133abbcf02a79362673f8ae50c8935.tar.bz2 pytorch-c5bcd5560c133abbcf02a79362673f8ae50c8935.zip |
Adding zstd to build
Summary:
This is in order for us to share compression ops to oss.
Closes https://github.com/caffe2/caffe2/pull/1463
Reviewed By: hlu1
Differential Revision: D6319101
Pulled By: Yangqing
fbshipit-source-id: 16c94e71fc3efe256054a648170aaf7702e5bcfe
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index aa0a896843..0435668dee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "third_party/aten"] path = third_party/aten url = https://github.com/zdevito/aten +[submodule "third_party/zstd"] + path = third_party/zstd + url = https://github.com/facebook/zstd.git |