platform/upstream/pytorch.git
2019-04-19 Junjie BaiRemove no-fork workaround for running tests with ROCm...
2019-04-19 Edward YangDelete defunct test/ffi directory. (#19168)
2019-04-19 Bharat123roxFix missing doc out= for torch.cumprod (#19340)
2019-04-19 Clément PinardMention packed accessors in tensor basics doc (#19464)
2019-04-19 Gregory ChananRename 'not_differentiable' to 'non_differentiable...
2019-04-19 Lu FangClean the onnx constant fold code a bit (#19398)
2019-04-19 Eric FaustAllow passing dicts as trace inputs. (#18092)
2019-04-19 Lu Fangskip test_trace_c10_ops if _caffe2 is not built (#19099)
2019-04-19 Gemfieldremove needless ## in REGISTER_ALLOCATOR definition...
2019-04-19 Lara Haidar... Strip doc_string from exported ONNX models (#18882)
2019-04-19 Natalia Gimelsheinimprove dim sort performance (#19379)
2019-04-19 SsnLFix missing import sys in pin_memory.py (#19419)
2019-04-19 Ranupdate documentation of PairwiseDistance#19241 (#19412)
2019-04-19 Soumith Chintalafixes link in TripletMarginLoss (#19417)
2019-04-19 Mingzhe Limake separate operators as independent binaries (#19450)
2019-04-19 svcscmUpdating submodules
2019-04-19 Xiang GaoStep 4: add support for unique with dim=None (#18651)
2019-04-19 Michael Suoallow bools to be used as attributes (#19440)
2019-04-19 David RiazatiFix test build (#19444)
2019-04-19 Thomas Viehmannpow scalar exponent / base autodiff, fusion (#19324)
2019-04-19 Gao, XiangImprove unique CPU performance for returning counts...
2019-04-19 Pieter NoordhuisRevert D14909203: Remove usages of TypeID
2019-04-19 Sebastian MessmerAdd tests for argument types (#19290)
2019-04-19 David RiazatiAllow optionals arguments from C++ (#19311)
2019-04-19 Mingzhe LiEnhance front-end to add op (#19433)
2019-04-18 Dmytro DzhulgakovFix cpp_custom_type_hack variable handling (#19400)
2019-04-18 Ailing Zhangfix hub doc formatting issues (#19434)
2019-04-18 Pieter NoordhuisRecursively find tensors in DDP module output (#19360)
2019-04-18 Sebastian MessmerMoving at::Tensor into caffe2::Tensor without bumping...
2019-04-18 Ailing ZhangFix pickling torch.float32 (#18045)
2019-04-18 David RiazatiRespect order of Parameters in rnn.py (#18198)
2019-04-18 Nikolay KorovaikoRefactor EmitLoopCommon to make it more amenable to...
2019-04-18 Kutta SrinivasanCleanup init_process_group (#19033)
2019-04-18 peterjc123Sync FindCUDA/select_computer_arch.cmake from upstream...
2019-04-18 Alexandros... Update module.py documentation. (#19347)
2019-04-18 Tongzhou WangAdd device-specific cuFFT plan caches (#19300)
2019-04-18 Mingfei MaImprove bmm() performance on CPU when input tensor...
2019-04-18 Sebastian MessmerOptional inputs and outputs (#19289)
2019-04-18 Sebastian MessmerAdd some tests (#19288)
2019-04-18 Sebastian MessmerUse string based schema for exposing caffe2 ops (#19287)
2019-04-18 Sebastian MessmerAllow registering ops without specifying the full schem...
2019-04-18 Sebastian MessmerAdd either type (#19285)
2019-04-18 Sebastian MessmerAllow ops without tensor args if only fallback kernel...
2019-04-18 Sebastian MessmerString-based schemas in op registration API (#19283)
2019-04-18 Sebastian MessmerMove function schema parser to ATen/core build target...
2019-04-18 Lu Fangupdate of fbcode/onnx to ad7313470a9119d7e1afda7edf1d65...
2019-04-18 Roy LiRemove copy and copy_ special case on Type (#18972)
2019-04-18 Spandan TiwariAdd constant folding to ONNX graph during export (Resub...
2019-04-18 Roy LiRemove usages of TypeID (#19183)
2019-04-18 Sebastian MessmerFixing function schema parser for Android (#19281)
2019-04-18 Sebastian MessmerSplit function schema parser from operator (#19280)
2019-04-18 Ailing Zhangfix hub doc format
2019-04-18 Mikhail ZolotukhinClang-format torch/csrc/jit/passes/quantization.cpp...
2019-04-18 Shen LiAllow DDP to wrap multi-GPU modules (#19271)
2019-04-18 Jiyan YangAdd validator for optimizers when parameters are shared
2019-04-18 Ailing Zhanghub minor fixes (#19247)
2019-04-18 Elias Ellisonfix wrong schema (#19370)
2019-04-18 Mikhail ZolotukhinFix printing format in examples in jit/README.md. ...
2019-04-18 Eric FaustAllow for single-line deletions in clang_tidy.py (...
2019-04-17 Michael SuoRevert D14901379: [jit] Add options to Operator to...
2019-04-17 Michael SuoRevert D14901485: [jit] Only require python print on...
2019-04-17 Yinghai LuRemove unused template parameter in OnnxifiOp (#19362)
2019-04-17 Jerry ZhangAdd empty_quantized (#18960)
2019-04-17 Elias EllisonCast not expressions to bool (#19361)
2019-04-17 Owen AndersonEliminate type dispatch from copy_kernel, and use memcp...
2019-04-17 Bram WastiOnly require python print on certain namespaces (#18846)
2019-04-17 Bram WastiAdd options to Operator to enable registration of alias...
2019-04-17 Richard ZouError out on in-place binops on tensors with internal...
2019-04-17 Vitaly FedyuninUpdate for #19326
2019-04-17 Zafar TakhirovDecorator to make sure we can import `core` from caffe2...
2019-04-17 Yinghai LuEliminate AdjustBatch ops (#19083)
2019-04-17 Bharat123roxAdd rst entry for nn.MultiheadAttention (#19346)
2019-04-17 Sebastian MessmerDelete C10Tensor (#19328)
2019-04-17 Junjie BaiFix python lint (#19331)
2019-04-17 Nikolay KorovaikoProfiling pipeline part1
2019-04-17 Tongzhou WangFix lint
2019-04-17 Jerry ZhangAdd slicing and int_repr() to QTensor (#19296)
2019-04-17 Jerry Zhangmove const defs of DeviceType to DeviceType.h (#19185)
2019-04-17 Xiaoqiang ZhengAdd a fast path for batch-norm CPU inference. (#19152)
2019-04-17 Jerry ZhangTesting for folded conv_bn_relu (#19298)
2019-04-17 Ilia CherniavskiiInitialize intra-op threads in JIT thread pool (#19058)
2019-04-16 Mikhail ZolotukhinFix ASSERT_ANY_THROW. (#19321)
2019-04-16 David RiazatiAdd len() for strings (#19320)
2019-04-16 Xiang GaoStep 3: Add support for return_counts to torch.unique...
2019-04-16 Karl Ostmoinvoke NN smoketests from a python loop instead of...
2019-04-16 Vitaly FedyuninAdding pin_memory kwarg to zeros, ones, empty, ......
2019-04-16 J M DieterichEnable unit tests for ROCm 2.3 (#19307)
2019-04-16 Jerry ZhangFix type conversion in dequant and add a test (#19226)
2019-04-16 Alexandr Morevmath module support (#19115)
2019-04-16 Shen LiRevert replicate.py to disallow replicating multi-devic...
2019-04-16 Zachary DeVitograph_for based on last_optimized_executed_graph (...
2019-04-16 Richard ZouEnable half for CUDA dense EmbeddingBag backward. ...
2019-04-16 Mingzhe Licalculate execution time based on final iterations...
2019-04-16 Ilia CherniavskiiMove OMP/MKL thread initialization into ATen/Parallel...
2019-04-16 Mark SantanielloAvoid undefined symbol error when building AdIndexer...
2019-04-16 Nikolay KorovaikoEllipsis in subscript
2019-04-16 Ilia CherniavskiiAdd input information in RecordFunction calls (#18717)
2019-04-15 Summer DengAdd NHWC order support in the cost inference function...
2019-04-15 Jongsoo Parkunit test with multiple op invocations (#19118)
2019-04-15 Karl OstmoRun shellcheck on Jenkins scripts (#18874)
next