summaryrefslogtreecommitdiff
path: root/tools/setup_helpers
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Add support for MKLDNN on Windows (#7130)peterjc1231-9/+15
2018-04-20fixed error message (#6820)Dr. Kashif Rasul1-1/+1
2018-04-11Quote arguments only when possible (#6405)peterjc1231-2/+8
2018-04-08[pytorch] add static linkage support for CuDNN and NCCL (#6410)Soumith Chintala2-4/+15
2018-04-07Several minor fixes for Windows build (#6332)peterjc1231-1/+1
2018-03-29Enable MKLDNN convolution forward and backward (#6062)Ma Mingfei1-0/+81
2018-03-07disable ibverbs build with env variable (#5513)Ailing1-1/+6
2018-02-27Delete dead Tensor code paths (#5417)Sam Gross1-23/+10
2018-02-27fix crash in cudnn setup helper on machines without cudnn (#5427)Soumith Chintala1-2/+4
2018-02-24make CuDNN finders respect library major version (#5399)Soumith Chintala1-8/+17
2018-02-15Added further automatic IBVERB lib and header check before enabling THD/Gloo ...Teng Li5-42/+71
2018-02-06Add deprecated add_out overload (#5088)Sam Gross1-0/+1
2018-01-24Enabling Infiniband support for Gloo data channel with auto IB detection (#4795)Teng Li1-0/+68
2018-01-16Use restat to reduce ninja rebuilding when running codegen. (#4635)Edward Z. Yang1-0/+11
2018-01-11Fixed setup.py to handle CUDNN_LIBRARY envvar with aten (#4597)Jon Crall1-4/+20
2018-01-08Refactor gen_variable_type (#4487)Sam Gross1-2/+2
2017-12-31Add quotes and fix ninja on Windows (#4416)peterjc1231-3/+6
2017-12-31fix build error for unix (#4414)Alican Bozkurt1-0/+1
2017-12-30Enable ninja during python build process for MSVC (#3993)peterjc1232-6/+61
2017-12-29Support NO_NNPACK environment variable (#4401)Edward Z. Yang1-0/+6
2017-12-20Convolution derivatives in ATen (#4116)Edward Z. Yang1-48/+0
2017-12-18Make import work even if 'tools' is available in Python pathEdward Z. Yang1-1/+1
2017-12-07Add missing derivatives.yaml inputZachary DeVito1-2/+3
2017-12-04Shorten stack trace in build for C++ errors.Zach DeVito1-1/+8
2017-11-30CuDNN bindings rewrite (into ATen) (#3666)Edward Z. Yang1-5/+0
2017-11-30Find ninja path using the python moduleZach DeVito1-3/+4
2017-11-30Add support to emit compile_commands.json from CMake/ninjaZachary DeVito1-8/+18
2017-11-30Significantly speed up the incremental build.Zachary DeVito3-1/+211
2017-11-13Fix CUDA 9 builds for Windows (#3684)peterjc1231-2/+2
2017-11-08Improve Windows Compatibility (for csrc/scripts) (#2941)peterjc1234-23/+82
2017-10-27check_env_flag now ignores case (#3317)Jon Crall1-1/+1
2017-10-18add support for using nnpack when installed via conda (#3155)Trevor Killeen1-4/+31
2017-10-16Better cudnn version checking (#3132)Richard Zou1-45/+0
2017-10-14Suggest NO_CUDNN=1 as alternative when CuDNN is too old.Edward Z. Yang1-1/+2
2017-10-13Raise runtime error in setup.py if cudnn version is not supportedRichard Zou1-3/+18
2017-10-13Add cudnn version to torch.versionRichard Zou1-0/+30
2017-10-10Add possibility to fallback to retrieving MAJOR.MINORFrancisco Massa1-8/+14
2017-10-10Bugfix plus remove other option that depends on the version.txt fileFrancisco Massa1-22/+15
2017-10-10Add compiled CUDA version in torch.version.cudaFrancisco Massa1-0/+31
2017-10-09link specific versioned System NCCL, rather than generic fileSoumith Chintala1-0/+9
2017-10-04NNPACK bindings for Convolution (#2826)Trevor Killeen1-0/+21
2017-09-29Fix detection of NCCL_INCLUDE_DIR (#2877)Lorenzo Porzi1-12/+22
2017-09-25fix small bug in nccl setup helperSoumith Chintala1-1/+1
2017-09-25cleanup external NCCL detection, add NCCL_ROOT_DIR / NCCL_LIB_DIR mechanismSoumith Chintala1-0/+57
2017-09-25also check LD_LIBRARY_PATH for cudnnSoumith Chintala1-0/+2
2017-07-28Added aarch64 support (#2226)Yawara ISHIDA1-0/+1
2017-07-25Update cudnn.pyAdam Paszke1-1/+0
2017-07-25Update cudnn.pyAdam Paszke1-2/+0
2017-07-25search for cudnn in condaSergey Zagoruyko1-0/+9
2017-06-02Fix CUDA_HOME detection (#1675)João Felipe Santos1-4/+26