platform/upstream/pytorch.git
2019-02-17 Mikhail ZolotukhinImplement IRParser. (#16987)
2019-02-17 Junjie BaiSkip onnx logsoftmax tests in rocm (#17170)
2019-02-16 Gao, XiangAdd namedtuple return for min, median, mode, kthvalue...
2019-02-16 David RiazatiRemove templates for GenericDict
2019-02-16 Ailing Zhangfix missing constant in adaptive_avg_pool2d AD (#17180)
2019-02-16 Mikhail ZolotukhinImplement NetDef <--> JIT IR converters. Try 2. (#17123)
2019-02-16 Hector Yuenchange the epsilon for fp32/fp16 to uint8 to be the...
2019-02-16 Elias EllisonRevert D14109636: [pytorch][PR] move prim::None to...
2019-02-16 Elias Ellisonmove prim::None to a case in prim::Constant (#16160)
2019-02-15 Xiang GaoMove outplace ops to ATen (#16788)
2019-02-15 Igor FedanFix for 16939:multinomial performance regressed
2019-02-15 Adam PaszkeAdd special ops for BatchNorm symbolic differentiation...
2019-02-15 Elias Ellisonimprove error msg when module list isn't added to __con...
2019-02-15 Josh VartyKaiming Initialization (#14718)
2019-02-15 Andy WeiPass torch.distributed launch process local rank as...
2019-02-15 David RiazatiAssert cases exist for unschematized ops in alias analysis
2019-02-15 Ailing ZhangFix avg pool2d api (#17166)
2019-02-15 Karl OstmoFix syntax error in set instantiation (#17174)
2019-02-15 Gregory ChananMake getting the dtype of a tensor work for backend...
2019-02-15 Gregory ChananStop reassigning (output) reference arguments in Binary...
2019-02-15 Yinghai LuFix batch insert (#17158)
2019-02-15 Karl OstmoGenerate CircleCI config.yml from a script (#17039)
2019-02-15 Nikolay KorovaikoAdd support for simpler for-in-list + tests (#16726)
2019-02-15 David RiazatiUpdate pybind11 (#17143)
2019-02-15 Shen LiEnforce module device at DataParallel construction...
2019-02-15 Krishnaone_hot docs missing (#17142)
2019-02-15 Michael Köseladd pop support to list (#17015)
2019-02-15 svcscmUpdating submodules
2019-02-15 Jongsoo Parkmerge fully_connected_rowwise_dnnlowp_op into fully_con...
2019-02-15 Jongsoo Parkbug fix when we prepack weight and bias together (...
2019-02-15 Brian W. Hartcaffe2: fix PinnedCPUAllocator cudaHostRegister() leak...
2019-02-15 Xiang GaoAdd some missing docs to torch.rst, new unittest to...
2019-02-15 Jie(#16825)
2019-02-15 ZhuBaoheCorrect conv and pooling docstrings in nn module (...
2019-02-15 wbydoFix AdaptiveLogSoftmaxWithLoss's constructor (#16694)
2019-02-15 David RiazatiUpdate Upsample docs to match nn.interpolate
2019-02-15 Johannes M... Remove static_cast insertion/kernel argument extration...
2019-02-15 Gu, JinghuiUpgrade mkl-dnn to v0.17.3 to fix core dump issue ...
2019-02-15 Peizhao ZhangUpdated bbox_transform and nms unit test for caffe2...
2019-02-15 BowenBaoExtend support for exporting reshape to onnx. (#16971)
2019-02-15 Wanchao Liangadd std to autodiff, and mean/var/std to operator set...
2019-02-15 Guoqiang Jerry... Script module data parallel (#16891)
2019-02-15 Jongsoo Parkadd pre-packing operation in README.md (#17151)
2019-02-15 Summer DengMinor fix of the histogram observer in FBL eval flows...
2019-02-15 Wanchao Liangmore test coverage on emitIf none dispatch (#16794)
2019-02-15 ngimelSpeed-up adaptive average pooling for the common case...
2019-02-15 Thomas ViehmannImprove example for torch.mode (#17069)
2019-02-15 Yinghai LuCreate BackendTransformerBase to host common functions...
2019-02-15 Zhizhen QinFix android crash when model detects nothing
2019-02-15 kngwyuFix some documentation links in torch.tensor (#17109)
2019-02-15 Michael LiuApply modernize-use-override (2nd iteration)
2019-02-15 James ReedGeneralize catArray for contiguous inputs and dim ...
2019-02-15 Wanchao Liangfix test_jit canonicalize_tensor_iterator
2019-02-14 Sebastian MessmerUse new constructor in USE_SIMPLE_CTOR_DTOR (#17080)
2019-02-14 Xiaodong WangCaffe2 TARGETS for HIP (#17076)
2019-02-14 Ailing Zhangmaskrcnn & bert AD coverage part 1 (#16689)
2019-02-14 jiejSecond PR to restore reverted commit (#16224) (#17040)
2019-02-14 Yinghai LuRemove fake inference for shape info in ONNXIFI transfo...
2019-02-14 Gregory ChananUpdate alexnet expect.
2019-02-14 Michael Köseladd clear functionality to list (#17050)
2019-02-14 Yinghai LuModerate the dim type after LengthsRangeFill (#17096)
2019-02-14 jayleverettfix behavior of ConcatDataset w/ negative indices ...
2019-02-14 Dwarak RajagopalAdd support of count_include_pad and test end to end...
2019-02-14 BowenBaoSupport nonzero onnx export
2019-02-14 Dmytro DzhulgakovAdd more headers to setup.py to make pytorch/benchmark...
2019-02-14 Dmytro DzhulgakovClean up Storage/StorageImpl constructors (#16948)
2019-02-14 Dmytro DzhulgakovSafety check for negative alloc_cpu() attempt (#17071)
2019-02-14 svcscmUpdating submodules
2019-02-14 Michael LiuApply modernize-use-override - 2/2
2019-02-14 svcscmUpdating submodules
2019-02-14 ptrblck#16627 convert weights using torch.as_tensor to avoid...
2019-02-14 svcscmUpdating submodules
2019-02-14 Edward YangRevert D14062537: [pytorch][PR] Implement NetDef <...
2019-02-14 Pritam DamaniaPyTorch model metadata. (#16275)
2019-02-14 Dmytro DzhulgakovTrim libshm deps, move tempfile.h to c10 (#17019)
2019-02-14 Mikhail ZolotukhinImplement NetDef <--> JIT IR converters. (#16967)
2019-02-14 David RiazatiRemove IgnoredPythonOp sugared value
2019-02-14 Xiaomeng YangSeparate reduce functions from math (#16929)
2019-02-14 Junjie BaiSkip test_cudnn_multiple_threads_same_device on ROCm...
2019-02-14 Tongliang LiaoSupport FC (Caffe2) -> Gemm (ONNX) with variable input...
2019-02-14 Junjie BaiMake timeout in resnet50_trainer configurable (#17058)
2019-02-14 Boris DaskalovMake mkldnn Stream object thread_local and enable mkldn...
2019-02-13 Tongliang LiaoSupport conversion from Caffe2 MergeDim to ONNX Reshape...
2019-02-13 vishwakftwFix mvlgamma doc (#17045)
2019-02-13 Mikhail ZolotukhinChange IR graph print format to make it look more pytho...
2019-02-13 Gregory ChananTurn off the ability for Declarations.cwrap entries...
2019-02-13 Jaliya EkanayakeRemove chunk count check on the ChunkBuffer (#16868)
2019-02-13 Stefan KrahUse IndexError instead of RuntimeError in ATen CPU...
2019-02-13 Edward YangMark IntList as deprecated; add C10_DEPRECATED_USING...
2019-02-13 Yinghai LuAdd more debugging facilities to ONNXIFI transform...
2019-02-13 svcscmUpdating submodules
2019-02-13 svcscmUpdating submodules
2019-02-13 Dmytro Dzhulgakovunify c2 and TH allocator (#16892)
2019-02-13 svcscmUpdating submodules
2019-02-13 Yinghai LuRemove second output of Reshape during ONNXIFI transfor...
2019-02-13 Johannes M... enable more unit tests in test_nn (#16994)
2019-02-13 Johannes M... fix bicubic upsampling and enable tests (#17020)
2019-02-13 Jongsoo ParkFold col offsets into bias; optimize A symmetric quant...
2019-02-13 Johannes M... enable unit tests in test_cuda that now pass with ROCm 2.1
2019-02-13 Sebastian MessmerRegister CUDA kernels for caffe2 operators (#16691)
next