summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2018-04-29Don't build THD/master_worker if not explicitly requested (#7081)Luca Antiga1-0/+3
2018-04-27Fixes for interpreter and ONNX export for translation (#7044)James Reed1-0/+1
2018-04-28[WIP] Enable WERROR in tests (#6539)Peter Goldsborough1-0/+2
2018-04-25add additional caffe/caffe2 paths to exclude list in pytorch setup.py (#6891)Soumith Chintala1-1/+1
2018-04-24[aten] Move submodules to third_party (#6866)Orion Reblitz-Richardson1-3/+3
2018-04-22Update version string to 0.5. (#6795)gchanan1-1/+1
2018-04-17Export onnx protobuf bindings to python (#6651)bddppq1-0/+1
2018-04-16Fix a typo in the setup.py script (#6632)srib1-1/+1
2018-04-13[jit][script] Allow tuples to be re-assigned (#6538)Zachary DeVito1-0/+1
2018-04-10Better warnings (#6428)Peter Goldsborough1-10/+21
2018-04-09Fixes #6386, Use copies instead of symbolic files (#6396)peterjc1231-0/+9
2018-04-08[pytorch] add static linkage support for CuDNN and NCCL (#6410)Soumith Chintala1-3/+3
2018-04-08add cuda headers (#6401)Ben1-0/+1
2018-04-06Add string-style devices to all tensors. (#6283)gchanan1-0/+2
2018-04-03Make the tensor type torch.Tensor instead of torch.autograd.Variable (#5785)Sam Gross1-0/+1
2018-04-02Introduce torch.layout and split layout from dtypes. (#6145)gchanan1-0/+2
2018-04-02Fix extension test on Windows (#5548)peterjc1231-0/+17
2018-04-02Tell source users about TORCH_CUDA_ARCH_LIST (#6185)Richard Zou1-0/+4
2018-03-29Enable MKLDNN convolution forward and backward (#6062)Ma Mingfei1-0/+19
2018-03-28Fix small typo in setup.py (#6091)Simeon Monov1-1/+1
2018-03-27Reorganize third-party libraries into top-level third_party directory (#6025)Edward Z. Yang1-8/+9
2018-03-26Fixes #5973: Stop printing verbose warnings for MSVC (#6001)peterjc1231-1/+4
2018-03-23Moved torch headers copy to build_deps (#5772)Simeon Monov1-6/+13
2018-03-22Verify that 'catch' submodule has been checked out before attempting build. (...Jon Malmaud1-0/+1
2018-03-16[REDO] Add torch.sparse_coo_tensor factory. (#5781)gchanan1-0/+1
2018-03-15ATen ReduceOps (#5776)cpuhrsch1-0/+2
2018-03-15Fix debug build failure on Windows (#5771)peterjc1231-1/+4
2018-03-13Revert "ATen ReduceOps (#5481)" (#5765)Edward Z. Yang1-2/+1
2018-03-13Put torch header install back into the install command (#5755)Peter Goldsborough1-6/+6
2018-03-12Check that new cpuinfo and tbb submodules exist (#5714)Sam Gross1-1/+2
2018-03-12[jit] add a compiled script module (#5630)Zachary DeVito1-0/+1
2018-03-12Moved headers files copy for C++ extensions to build_ext in setup.py (#5706)Simeon Monov1-6/+6
2018-03-09Add check for python build deps to setup.py (#5618)Richard Zou1-2/+17
2018-03-09Fix Variable conversion on the way to/from Python (#5581)Peter Goldsborough1-0/+1
2018-03-02Compile DataLoader.cpp separately (#5507)Sam Gross1-0/+1
2018-02-28Install cuda headers in ATen build (#5474)Peter Goldsborough1-0/+2
2018-02-28better solution for the linking error related to lazy_init for MSVC (#5375)peterjc1231-10/+1
2018-02-27Delete dead Tensor code paths (#5417)Sam Gross1-56/+2
2018-02-27Remove WITH_SCALARS, as it's enabled by default now. (#5437)gchanan1-10/+0
2018-02-24make CuDNN finders respect library major version (#5399)Soumith Chintala1-2/+1
2018-02-23Merge Variable and Tensor classes (#5225)Sam Gross1-0/+1
2018-02-23Solves the linking error related to lazy_init for MSVC (#5368)peterjc1231-2/+1
2018-02-23Improve CUDA extension support (#5324)Peter Goldsborough1-0/+4
2018-02-23Fix wrong argument name (#5366)peterjc1231-1/+1
2018-02-23Add lazy_init.h into build for Windows and refactor code (#5365)peterjc1231-9/+19
2018-02-21prioritize cudnn library dir in library_dirs order (#5345)Soumith Chintala1-1/+1
2018-02-21Various dtype improvements. (#5321)gchanan1-0/+1
2018-02-20setup.py and cmake improvements (#5269)Edward Z. Yang1-5/+88
2018-02-20Add numpy-style dtypes to Variable factories. (#5245)gchanan1-0/+2
2018-02-15Add Python frontend to the JIT (#5190)Adam Paszke1-0/+1