summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Allow `__constant__` values in a ScriptModule to be used as attributes for bu...Zachary DeVito1-2/+35
2018-04-27Fix torch.tensor(...) device-type calculation when used with numpy an… (#6995)gchanan2-0/+23
2018-04-27Prevent stack overflow on deletion of deep graph (#6873)Richard Zou1-0/+72
2018-04-27Support non-contiguous tensors for unary ops (#6119)cpuhrsch2-5/+40
2018-04-27torch.arange: add numpy-style type inference. (#7016)gchanan6-36/+69
2018-04-26Enable resetting of batchnorm running moments and cumulative ("simple") movin...Jerry Ma2-4/+84
2018-04-26Use Index rather than Long for IntList parsing (#6674)gchanan1-0/+25
2018-04-26Implement matmul_out and dot_out. (#6961)gchanan1-0/+10
2018-04-26Enhance diagonal (fixes #6479) (#6718)Thomas Viehmann2-0/+43
2018-04-26Workaround in onnx to get transposes into init_nets (#6924)Zachary DeVito3-8/+180
2018-04-26Allowing for vectorized counts in Binomial Distribution (#6720)Neeraj Pradhan1-2/+52
2018-04-26Fix forward and backward for norm/renorm with infty norm (fixes #6817) (#6969)Thomas Viehmann2-0/+46
2018-04-25Consistently check 'out' variants against specified dtype/layout/device param...gchanan1-0/+16
2018-04-25implement gamma cuda (#6855)Thomas Viehmann1-1/+34
2018-04-25Changes incorrect "overlappingIndices" call to correct "maybeOverlappingIndic...Mike Ruberry1-0/+12
2018-04-25any/all returns LongTensor, make test expect that (#6957)Soumith Chintala1-2/+2
2018-04-25Make any and all on ByteTensor behave like sum/prod. (#4627)Tao He1-0/+17
2018-04-24Workaround to make PythonOps traced with torch.jit.trace work correctly. (#6738)Zachary DeVito1-0/+35
2018-04-24[jit][script] Fix a bug combining sizes/unsized tensors (#6882)Zachary DeVito2-1/+31
2018-04-23Revert "Fix performance regression of simple indexing cases (#6793)" (#6886)Sam Gross3-43/+5
2018-04-23fix SVD backward on non-square matrices when some=False (#6870)Tongzhou Wang1-22/+29
2018-04-23Tuple literal and cat support (#6691)Zachary DeVito1-3/+50
2018-04-23quick fix for collect_env (#6861)Richard Zou2-2/+2
2018-04-23Relax collect_env.py tests (#6859)Richard Zou5-24/+40
2018-04-22Terminate dataloader workers properly when parent process is SIGKILL'ed (#6779)Will Feng1-3/+82
2018-04-22Add environment collection script (#6635)Richard Zou5-1/+128
2018-04-22Fix reductions on some contiguous tensors where size(dim) == 1 (#6815)cpuhrsch1-13/+56
2018-04-22[JIT][script] Improve error reporting for tuple type mismatch (#6819)James Reed1-1/+1
2018-04-20InputBuffers should AutoGPU for accumulation. (#6826)gchanan1-0/+6
2018-04-20[distributions] Fix Independent.rsample() and add more tests (#6806)Fritz Obermeyer1-0/+29
2018-04-19[JIT][script][ONNX] ScriptModule ONNX export + ONNX export for control flow n...James Reed7-0/+282
2018-04-19[jit][script] Constants python int now turn into Long (#6728)Zachary DeVito2-3/+1
2018-04-19Fix performance regression of simple indexing cases (#6793)gchanan3-5/+43
2018-04-19Fix cross device indexing for more than 1 cuda device. (#6781)gchanan1-24/+42
2018-04-19Disallow chunks that are <= in torch.chunk (#6761)Richard Zou1-0/+7
2018-04-19Add BC mechanism to Module.load_state_dict (#6639)Tongzhou Wang1-2/+20
2018-04-19[jit][script] Allow variables to be define in if statements (#6675)Zachary DeVito1-0/+36
2018-04-19Revert "Terminate dataloader workers properly when parent process is SIGKILL'...gchanan1-77/+3
2018-04-19Add a requires_grad_() function to tensors. (#6771)gchanan1-0/+23
2018-04-19added functionality for state_dict/load_state_dict for lr_scheduler ( Fixes: ...Armen1-0/+34
2018-04-18Eliminate handle_zero_dim when broadcasting is applied earlier. (#6683)gchanan1-10/+12
2018-04-18Fixes test_torch.py so that all tests pass on Volta hardware. (#6736)MRuberry1-4/+2
2018-04-18Sort declarations when generating Python bindings (#6701)Adam Paszke1-33/+35
2018-04-18Terminate dataloader workers properly when parent process is SIGKILL'ed (#6606)Will Feng1-3/+77
2018-04-18Implement torch.einsum (fixes #1889) (#6307)Thomas Viehmann1-0/+51
2018-04-17Check for --noprefix option for mpiexec in run_test.py (#6690)Simeon Monov1-1/+8
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang8-1094/+952
2018-04-17Allow traces to call @script functions (#6642)Zachary DeVito1-0/+17
2018-04-17randperm supports n=0 (#6656)Francisco Massa1-0/+7
2018-04-17Update torch.nn.init and torch.nn.utils.clip_grad (#6173)Tony Beltramelli1-3/+17