summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Make empty_affine_quantized private (#19446)Jerry Zhang1-1/+1
2019-04-19Fix ord() when dealing with utf8 chars (#19423)David Riazati1-0/+7
2019-04-19Fix copied optimizer (#19308)barrh1-0/+5
2019-04-19Remove no-fork workaround for running tests with ROCm (#19436)Junjie Bai2-29/+2
2019-04-19Delete defunct test/ffi directory. (#19168)Edward Yang6-55/+0
2019-04-18Allow passing dicts as trace inputs. (#18092)Eric Faust2-13/+95
2019-04-18skip test_trace_c10_ops if _caffe2 is not built (#19099)Lu Fang1-0/+5
2019-04-18Strip doc_string from exported ONNX models (#18882)Lara Haidar-Ahmad1-0/+24
2019-04-18Step 4: add support for unique with dim=None (#18651)Xiang Gao1-6/+6
2019-04-18allow bools to be used as attributes (#19440)Michael Suo1-1/+2
2019-04-18Fix test build (#19444)David Riazati1-2/+3
2019-04-18pow scalar exponent / base autodiff, fusion (#19324)Thomas Viehmann1-0/+21
2019-04-18Allow optionals arguments from C++ (#19311)David Riazati1-0/+16
2019-04-18Recursively find tensors in DDP module output (#19360)Pieter Noordhuis1-0/+90
2019-04-18Fix pickling torch.float32 (#18045)Ailing Zhang1-0/+7
2019-04-18Respect order of Parameters in rnn.py (#18198)David Riazati1-0/+24
2019-04-18Add device-specific cuFFT plan caches (#19300)Tongzhou Wang1-4/+46
2019-04-18Add constant folding to ONNX graph during export (Resubmission) (#18698)Spandan Tiwari3-10/+182
2019-04-17Allow DDP to wrap multi-GPU modules (#19271)Shen Li1-11/+190
2019-04-17hub minor fixes (#19247)Ailing Zhang1-2/+2
2019-04-17fix wrong schema (#19370)Elias Ellison1-0/+2
2019-04-17Revert D14901379: [jit] Add options to Operator to enable registration of ali...Michael Suo2-33/+0
2019-04-17Add empty_quantized (#18960)Jerry Zhang1-0/+13
2019-04-17Cast not expressions to bool (#19361)Elias Ellison1-0/+14
2019-04-17Add options to Operator to enable registration of alias analysis passes (#18589)Bram Wasti2-0/+33
2019-04-17Error out on in-place binops on tensors with internal overlap (#19317)Richard Zou2-2/+23
2019-04-17Decorator to make sure we can import `core` from caffe2 (#19273)Zafar Takhirov2-4/+23
2019-04-16Fix python lint (#19331)Junjie Bai1-1/+1
2019-04-16Profiling pipeline part1Nikolay Korovaiko2-0/+52
2019-04-16Fix lintTongzhou Wang1-1/+2
2019-04-16Add slicing and int_repr() to QTensor (#19296)Jerry Zhang1-1/+14
2019-04-16Fix ASSERT_ANY_THROW. (#19321)Mikhail Zolotukhin1-8/+10
2019-04-16Add len() for strings (#19320)David Riazati1-0/+9
2019-04-16Step 3: Add support for return_counts to torch.unique for dim not None (#18650)Xiang Gao1-7/+6
2019-04-16Adding pin_memory kwarg to zeros, ones, empty, ... tensor constructors (#18952)Vitaly Fedyunin1-0/+34
2019-04-16Enable unit tests for ROCm 2.3 (#19307)J M Dieterich2-13/+1
2019-04-16Fix type conversion in dequant and add a test (#19226)Jerry Zhang1-0/+11
2019-04-16math module support (#19115)Alexandr Morev1-3/+69
2019-04-16Revert replicate.py to disallow replicating multi-device modules (#19278)Shen Li2-137/+3
2019-04-16Enable half for CUDA dense EmbeddingBag backward. (#19293)Richard Zou1-11/+30
2019-04-15Ellipsis in subscriptNikolay Korovaiko1-0/+30
2019-04-15Add input information in RecordFunction calls (#18717)Ilia Cherniavskii1-39/+74
2019-04-15Make DistributedDataParallel use new reducer (#18953)Pieter Noordhuis1-0/+46
2019-04-15Modify Cholesky derivative (#19116)vishwakftw2-21/+32
2019-04-15Free all blocks with outstanding events on OOM-retry (#19222)Sam Gross1-0/+20
2019-04-15Make sure that any of the future versions can load and execute older models. ...Vitaly Fedyunin1-0/+49
2019-04-13fix flake8 (#19243)Zachary DeVito1-1/+2
2019-04-13Remove GraphExecutor's python bindings (#19141)Zachary DeVito1-10/+7
2019-04-13Cleanup ScriptModule bindings (#19138)Zachary DeVito1-17/+17
2019-04-13get propagate_shape logic out of module.h (#19137)Zachary DeVito1-12/+12