[RUNTIME] Separate runtime related contrib into runtime/contrib (#4207)
authorTianqi Chen <tqchen@users.noreply.github.com>
Sun, 27 Oct 2019 20:41:20 +0000 (16:41 -0400)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 20:41:20 +0000 (16:41 -0400)
commitdcc6af5344bc41d8eeeff074c60c14f2744b2266
tree129c2b2012f57a1ec9d6b9ba8c6fe1da45981b98
parent13b2856616981ee92182bb3edece4936c182a86b
[RUNTIME] Separate runtime related contrib into runtime/contrib (#4207)
31 files changed:
cmake/modules/CUDA.cmake
cmake/modules/Metal.cmake
cmake/modules/ROCM.cmake
cmake/modules/contrib/BLAS.cmake
cmake/modules/contrib/NNPack.cmake
cmake/modules/contrib/Random.cmake
cmake/modules/contrib/Sort.cmake
src/runtime/contrib/cblas/cblas.cc [moved from src/contrib/cblas/cblas.cc with 99% similarity]
src/runtime/contrib/cblas/gemm_common.h [moved from src/contrib/cblas/gemm_common.h with 99% similarity]
src/runtime/contrib/cublas/cublas.cc [moved from src/contrib/cublas/cublas.cc with 99% similarity]
src/runtime/contrib/cublas/cublas_utils.cc [moved from src/contrib/cublas/cublas_utils.cc with 94% similarity]
src/runtime/contrib/cublas/cublas_utils.h [moved from src/contrib/cublas/cublas_utils.h with 93% similarity]
src/runtime/contrib/cudnn/conv_forward.cc [moved from src/contrib/cudnn/conv_forward.cc with 99% similarity]
src/runtime/contrib/cudnn/cudnn_utils.cc [moved from src/contrib/cudnn/cudnn_utils.cc with 98% similarity]
src/runtime/contrib/cudnn/cudnn_utils.h [moved from src/contrib/cudnn/cudnn_utils.h with 92% similarity]
src/runtime/contrib/miopen/conv_forward.cc [moved from src/contrib/miopen/conv_forward.cc with 99% similarity]
src/runtime/contrib/miopen/miopen_utils.cc [moved from src/contrib/miopen/miopen_utils.cc with 98% similarity]
src/runtime/contrib/miopen/miopen_utils.h [moved from src/contrib/miopen/miopen_utils.h with 91% similarity]
src/runtime/contrib/mps/conv.mm [moved from src/contrib/mps/conv.mm with 100% similarity]
src/runtime/contrib/mps/gemm.mm [moved from src/contrib/mps/gemm.mm with 100% similarity]
src/runtime/contrib/mps/mps_utils.h [moved from src/contrib/mps/mps_utils.h with 89% similarity]
src/runtime/contrib/mps/mps_utils.mm [moved from src/contrib/mps/mps_utils.mm with 100% similarity]
src/runtime/contrib/nnpack/convolution.cc [moved from src/contrib/nnpack/convolution.cc with 100% similarity]
src/runtime/contrib/nnpack/fully_connected.cc [moved from src/contrib/nnpack/fully_connected.cc with 100% similarity]
src/runtime/contrib/nnpack/nnpack_utils.cc [moved from src/contrib/nnpack/nnpack_utils.cc with 100% similarity]
src/runtime/contrib/nnpack/nnpack_utils.h [moved from src/contrib/nnpack/nnpack_utils.h with 88% similarity]
src/runtime/contrib/random/mt_random_engine.cc [moved from src/contrib/random/mt_random_engine.cc with 100% similarity]
src/runtime/contrib/random/random.cc [moved from src/contrib/random/random.cc with 100% similarity]
src/runtime/contrib/random/sgx_random_engine.cc [moved from src/contrib/random/sgx_random_engine.cc with 99% similarity]
src/runtime/contrib/rocblas/rocblas.cc [moved from src/contrib/rocblas/rocblas.cc with 100% similarity]
src/runtime/contrib/sort/sort.cc [moved from src/contrib/sort/sort.cc with 100% similarity]