Gitingest - intel/torch
NEW

Summary

Directory Structure

Directory structure:
└── intel-torch/
    ├── README.md
    ├── clean.bat
    ├── clean.sh
    ├── CMakeLists.txt
    ├── install-deps
    ├── install-deps.bat
    ├── install-openblas.sh
    ├── install.bat
    ├── install.sh
    ├── LICENSE.md
    ├── prepare_mklml.sh
    ├── test.bat
    ├── test.sh
    ├── travis_cuda_install.sh
    ├── uninstall.bat
    ├── update.sh
    ├── .travis.yml
    ├── admin/
    │   └── updateSubmodules.sh
    ├── cmake/
    │   ├── FindTorch.cmake
    │   └── 3.6/
    │       ├── CMakeLists.txt
    │       └── Modules/
    │           ├── FindCUDA.cmake
    │           └── FindCUDA/
    │               ├── make2cmake.cmake
    │               ├── parse_cubin.cmake
    │               ├── run_nvcc.cmake
    │               └── select_compute_arch.cmake
    ├── exe/
    │   └── CMakeLists.txt
    ├── extra/
    │   └── CMakeLists.txt
    └── win-files/
        ├── README.md
        ├── patch/
        │   ├── lua-cjson.patch
        │   ├── luaffifb.patch
        │   └── torch.patch
        └── test/
            ├── ffifb_perf_ffi.lua
            └── ffifb_perf_purelua.lua

Files Content