summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2018-02-12Improve Variable interface (#5127)Peter Goldsborough1-0/+1
2018-02-09Enable scalars. (#5158)gchanan1-1/+2
2018-02-07Experimental jit script (#5074)bddppq1-0/+3
2018-02-02Initial GraphExecutor Implementation. (#4982)Zachary DeVito1-0/+1
2018-02-01Use distutils.copy_tree/copy_file instead of shutilPeter Goldsborough1-11/+5
2018-02-01[cpp extensions] Create torch.h and update setup.pyPeter Goldsborough1-16/+44
2018-01-28[JIT] Add simple shape analysisZach DeVito1-0/+1
2018-01-26Use variadic templates instead of initializer lists and overloads. (#4772)Edward Z. Yang1-0/+1
2018-01-25fix binary version scheme to be PEP compliant (#4847)Soumith Chintala1-2/+4
2018-01-24Enabling Infiniband support for Gloo data channel with auto IB detection (#4795)Teng Li1-2/+5
2018-01-23[JIT] add create_autodiff_subgraphs (#4822)Zachary DeVito1-0/+1
2018-01-23Enable scalars if compiled with WITH_SCALAR environment variable. (#4806)gchanan1-0/+5
2018-01-21Check submodules only in build_deps (#4770)Adam Paszke1-10/+10
2018-01-20Scaffolding for source-to-source AD in the JITAdam Paszke1-0/+1
2018-01-18Move broadcast and broadcast_coalesced to C++Adam Paszke1-0/+3
2018-01-18Base for pure C++ NCCL interfaceAdam Paszke1-0/+1
2018-01-17Bind functions with out= arguments in VariableType (#4565)Sam Gross1-0/+1
2018-01-17Implement MM fusion (MM with add reduction tree) (#4615)Adam Paszke1-0/+1
2018-01-11Fixed setup.py to handle CUDNN_LIBRARY envvar with aten (#4597)Jon Crall1-17/+20
2018-01-04Delete a pile of dead code (#4295)Edward Z. Yang1-1/+0
2017-12-30Enable ninja during python build process for MSVC (#3993)peterjc1231-0/+2
2017-12-29Support NO_NNPACK environment variable (#4401)Edward Z. Yang1-0/+3
2017-12-21Batchnorm in ATen (#4285)Edward Z. Yang1-2/+0
2017-12-20Convolution derivatives in ATen (#4116)Edward Z. Yang1-19/+0
2017-12-20Add build support for Python 2.7 using MSVC (#4226)peterjc1231-0/+4
2017-12-18Replace Variable.volatile with torch.no_grad() (#3970)Sam Gross1-0/+1
2017-12-18Enable ext build for Windows (#3935)peterjc1231-1/+1
2017-12-18Implement Variable.cuda and Variable.type using ATen (#4139)Sam Gross1-0/+1
2017-12-15Trace ATen native functions as themselves, not their implementations. (#4127)Edward Z. Yang1-0/+1
2017-12-15Fix issues with Windows 7 & 10 CPU build (#4065)Will Feng1-6/+7
2017-12-11Implement Variable.new (#4080)Sam Gross1-0/+1
2017-12-07Implement apply_, map_, and map2_ in Variable (#4057)Sam Gross1-0/+1
2017-12-06Implement Variable.from_numpy (#4043)Sam Gross1-1/+1
2017-12-06Implement Variable.tolist() (#4038)Sam Gross1-0/+1
2017-12-05Implement Variable.numpy() (#4006)Sam Gross1-0/+1
2017-12-04Use ninja as the cmake backend as well.Zachary DeVito1-0/+6
2017-12-04Add a CPU Fuser (single core)Zach DeVito1-1/+1
2017-12-03Fix warnings and add alert to enable ninja when developing.Zach DeVito1-0/+4
2017-11-30CuDNN bindings rewrite (into ATen) (#3666)Edward Z. Yang1-11/+1
2017-11-30Add support to emit compile_commands.json from CMake/ninjaZachary DeVito1-0/+15
2017-11-30Significantly speed up the incremental build.Zachary DeVito1-79/+64
2017-11-29Add interpreter support for Handles/PythonOp/CppOp (#3866)Zachary DeVito1-1/+1
2017-11-21Implement indexing in ATen (#3725)Sam Gross1-0/+1
2017-11-20Reflect renaming of OS X to macOS (#3795)Scott Stevenson1-1/+1
2017-11-19Correct JIT interpreter autograd function (#3760)Adam Paszke1-0/+1
2017-11-16Add cudaEvent support to the profiler (#3734)Zachary DeVito1-1/+1
2017-11-15fix OSX cuda build (#3722)Soumith Chintala1-1/+5
2017-11-13Add a JIT interpreter (#3634)Zachary DeVito1-0/+1
2017-11-11Bump version in master (#3605)Sam Gross1-1/+1
2017-11-11Fix setup scripts for Windows CUDA buildspeter1-1/+4