wkcn commented on issue #15613: [Discussion] 1.5.1 Patch Release URL: https://github.com/apache/incubator-mxnet/issues/15613#issuecomment-519717039 Hi @samskalicky , I can download `mshadow` by `git submodule update --init --recursive` ```bash ➜ proj git clone https://github.com/apache/incubator-mxnet mxnet3 Cloning into 'mxnet3'... remote: Enumerating objects: 23, done. remote: Counting objects: 100% (23/23), done. remote: Compressing objects: 100% (23/23), done. remote: Total 97837 (delta 3), reused 3 (delta 0), pack-reused 97814 Receiving objects: 100% (97837/97837), 60.86 MiB | 610.00 KiB/s, done. Resolving deltas: 100% (64993/64993), done. ➜ proj cd mxnet3 ➜ mxnet3 git:(master) git checkout v1.5.x Branch 'v1.5.x' set up to track remote branch 'v1.5.x' from 'origin'. Switched to a new branch 'v1.5.x' ➜ mxnet3 git:(v1.5.x) cd 3rdparty ➜ 3rdparty git:(v1.5.x) cd mshadow ➜ mshadow git:(v1.5.x) ls ➜ mshadow git:(v1.5.x) cd .. ➜ 3rdparty git:(v1.5.x) rm -rf ➜ 3rdparty git:(v1.5.x) git submodule update --init --recursive Submodule '3rdparty/dlpack' (https://github.com/dmlc/dlpack) registered for path 'dlpack' Submodule '3rdparty/dmlc-core' (https://github.com/dmlc/dmlc-core.git) registered for path 'dmlc-core' Submodule '3rdparty/googletest' (https://github.com/google/googletest.git) registered for path 'googletest' Submodule '3rdparty/mkldnn' (https://github.com/intel/mkl-dnn.git) registered for path 'mkldnn' Submodule '3rdparty/mshadow' (https://github.com/dmlc/mshadow.git) registered for path 'mshadow' Submodule '3rdparty/nvidia_cub' (https://github.com/NVlabs/cub.git) registered for path 'nvidia_cub' Submodule '3rdparty/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt.git) registered for path 'onnx-tensorrt' Submodule '3rdparty/openmp' (https://github.com/llvm-mirror/openmp) registered for path 'openmp' Submodule '3rdparty/ps-lite' (https://github.com/dmlc/ps-lite) registered for path 'ps-lite' Submodule '3rdparty/tvm' (https://github.com/dmlc/tvm) registered for path 'tvm' Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/dlpack'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/dmlc-core'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/googletest'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/mkldnn'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/mshadow'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/nvidia_cub'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/onnx-tensorrt'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/openmp'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/ps-lite'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/tvm'... Submodule path 'dlpack': checked out '10892ac964f1af7c81aae145cd3fab78bbccd297' Submodule path 'dmlc-core': checked out '3943914eed66470bd010df581e29e4dca4f7df6f' Submodule path 'googletest': checked out 'eb9225ce361affe561592e0912320b9db84985d0' Submodule path 'mkldnn': checked out '41bee20d7eb4a67feeeeb8d597b3598994eb1959' Submodule path 'mshadow': checked out '1d79ecfdb4c9234537e1bf5148f44a1af54501ec' Submodule path 'nvidia_cub': checked out 'c3cceac115c072fb63df1836ff46d8c60d9eb304' Submodule path 'onnx-tensorrt': checked out '1e209e546061173ccc37b25bbca69a795c6c86e4' Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'onnx-tensorrt/third_party/onnx' Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/onnx-tensorrt/third_party/onnx'... Submodule path 'onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'onnx-tensorrt/third_party/onnx/third_party/benchmark' Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'onnx-tensorrt/third_party/onnx/third_party/pybind11' Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/onnx-tensorrt/third_party/onnx/third_party/benchmark'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11'... Submodule path 'onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' Submodule path 'onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... Submodule path 'onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' Submodule path 'openmp': checked out '37c72127e90360a020f351f18d9cccfc30e5145a' Submodule path 'ps-lite': checked out '8a763892a973afc1acd3d4b469d05bb338a83a6e' Submodule path 'tvm': checked out '21935dcbf56ad3bd66ebff9891a6bc3865b8106d' Submodule 'HalideIR' (https://github.com/dmlc/HalideIR) registered for path 'tvm/3rdparty/HalideIR' Submodule 'dlpack' (https://github.com/dmlc/dlpack) registered for path 'tvm/3rdparty/dlpack' Submodule 'dmlc-core' (https://github.com/dmlc/dmlc-core) registered for path 'tvm/3rdparty/dmlc-core' Submodule '3rdparty/rang' (https://github.com/agauniyal/rang) registered for path 'tvm/3rdparty/rang' Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/tvm/3rdparty/HalideIR'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/tvm/3rdparty/dlpack'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/tvm/3rdparty/dmlc-core'... Cloning into '/mnt/wkcn/proj/mxnet3/3rdparty/tvm/3rdparty/rang'... Submodule path 'tvm/3rdparty/HalideIR': checked out 'ec9585a5a5df3de91e8916ac2d27a4a509eac5fc' Submodule path 'tvm/3rdparty/dlpack': checked out '5c792cef3aee54ad8b7000111c9dc1797f327b59' Submodule path 'tvm/3rdparty/dmlc-core': checked out '82bf4c2e2af312b3d52513aa727483803a2f8734' Submodule path 'tvm/3rdparty/rang': checked out 'cabe04d6d6b05356fa8f9741704924788f0dd762' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
