summaryrefslogtreecommitdiff
path: root/torch
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Eliminate PYCMD in favor of PYTHON_EXECUTABLE in CMake.Owen Anderson1-10/+2
2019-01-30added example to clear ambiguity in torch.Tensor.view (#16563)ParticularlyPythonicBS1-0/+12
2019-01-30Allow generic containers as module inputs (#16482)Elias Ellison1-7/+4
2019-01-30Include ATen/core/functional.h directly instead of torch/csrc/utils/functiona...Mikhail Zolotukhin26-54/+48
2019-01-30fix the linterLu Fang1-1/+1
2019-01-30Use a points-to graph for alias analysis (#16386)Michael Suo10-277/+523
2019-01-30ONNX Export Flatten operatorLara Haidar-Ahmad1-0/+25
2019-01-30Allow list and tuples to be passed as output_size to max_unpool1d (#16489)vishwakftw1-1/+6
2019-01-30Fix the flake8 linterLu Fang6-10/+10
2019-01-30Fix the dropout onnx symbolic, and ensure all exported models in test_operato...Lu Fang1-0/+2
2019-01-29Fix includes for ATen/core/stack.h (#16462)Sebastian Messmer17-17/+16
2019-01-29Kernel gets Stack* instead of ArrayRef<IValue> (#16282)Sebastian Messmer1-25/+15
2019-01-29Chunk dataset implementation (#15932)xuzhu3-1/+477
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito8-39/+10
2019-01-29Fix torch.sparse.sum parsing of dim. (#16517)Gregory Chanan1-2/+2
2019-01-29Make Store::setTimeout take milliseconds (#16278)Pieter Noordhuis2-4/+4
2019-01-29Make the pytorch's cmake minimum required version equal to caffe2's. (#16506)Edward Yang1-1/+1
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann9-5/+151
2019-01-29url download bugfix for URLs served without Content-Length header (#16153)Soumith Chintala1-4/+11
2019-01-29Properly screen string literals when dumping JIT IRMikhail Zolotukhin1-12/+15
2019-01-29Remove dependency on ResourceGuard from IR.h. (#16351)Mikhail Zolotukhin2-10/+26
2019-01-28Remove redundant includes from scope.h and attributes.hMikhail Zolotukhin3-22/+4
2019-01-28Fix identifier shadowing in tracer (#16480)James Reed1-2/+2
2019-01-28Pass WERROR to CMake as an explicit parameter rather than an env var.Owen Anderson1-1/+1
2019-01-28Move stack.h to ATen/core (#16247)Sebastian Messmer1-104/+1
2019-01-28Remove state from schema and calling API (#16180)Sebastian Messmer1-4/+1
2019-01-28Remove generic_if.h. (#16354)Mikhail Zolotukhin5-135/+79
2019-01-28Move tracer impls into cpp file (#16410)James Reed2-147/+170
2019-01-28fix alias annotations on to, cpu, cuda (#16460)Michael Suo2-13/+30
2019-01-28Op-calling API can handle state (#16177)Sebastian Messmer1-2/+4
2019-01-28Handle stack correctly (#16246)Sebastian Messmer1-2/+2
2019-01-28Fix compiler error in swapBytes64 for rare architectures (#16418)Helmut1-4/+11
2019-01-27Better error message when creating a module instance in jit.script (#16416)rotuna1-0/+2
2019-01-26Update einsum documentation. (#16323)Samuel Fadel1-1/+0
2019-01-26Trace fork and join callsJames Reed15-119/+375
2019-01-26Switch to CUDA implementation if batch size >= 65536 for affine_grid (#16403)vishwakftw1-1/+1
2019-01-25Revert D13821061: [redo][c10] layernorm exampleJuan Miguel Pino1-3/+0
2019-01-25layernorm example (#16374)Bram Wasti1-0/+3
2019-01-25plug caffe2 into jit" (#16388)Bram Wasti5-0/+79
2019-01-25Revert D13740752: [c10] plug caffe2 into jitZachary DeVito3-73/+0
2019-01-25Back out "[c10] layernorm example"Bram Wasti1-3/+0
2019-01-25Make test_proper_exit more robust (#16249)SsnL1-34/+27
2019-01-24layernorm example (#16350)Bram Wasti1-0/+3
2019-01-24plug caffe2 into jit (#16331)Bram Wasti3-0/+73
2019-01-24Code-style fixes. (#16342)Mikhail Zolotukhin2-82/+105
2019-01-24Remove unneeded manual unwrap optionals (#16245)Elias Ellison5-89/+43
2019-01-24Add thread-local guard: at::AutoNonVariableTypeMode (#15939)Will Feng1-5/+14
2019-01-24Move THCCachingAllocator to c10_cuda. (#16119)Edward Yang7-26/+26
2019-01-24Remove unnecessary includes and headers from THCCachingAllocator, move to at:...Edward Yang7-25/+25
2019-01-24Directly include headers from ATen.Mikhail Zolotukhin77-477/+494