platform/upstream/pytorch.git
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)
2019-02-13 Johannes M... Enable test_jit tests that work on ROCm 2.1
2019-02-13 Ying ZhangExtract ShapeInfo and some util functions into a separa...
2019-02-12 Yinghai LuAllow customization of blob node in net_drawer (#16915)
2019-02-12 Yinghai LuIgnore unknown_shaped tensor in bound shape inference...
2019-02-12 Pearu PetersonWorkarounds to the lack of nvidia-smi and ldconfig...
2019-02-12 vishwakftwDispatch the correct legacy function for geqrf_out...
2019-02-12 Davide LibenziRegister layout for XLA backend.
2019-02-12 Tongliang LiaoExport ReduceMean/ReduceFrontMean/ReduceBackMean (Caffe...
2019-02-12 James ReedClean up allocations in FBGEMM linear (#16985)
2019-02-12 Gregory ChananProperly dispatch s_copy__cpu.
2019-02-12 Gregory ChananGet rid of unused THPStorage defines related to accreal.
2019-02-12 Yinghai LuFix AddAdjustBatchOp (#16997)
2019-02-12 Will FengRoll back PyTorch DockerVersion to 282
2019-02-12 Karl Ostmofix silent failure on Windows builds (#16984)
2019-02-12 TheoAdd module and name to func created with _jit_internal...
2019-02-12 Edward YangMore docs for methods in operator.h
2019-02-12 DanielMinor typo
2019-02-12 SsnLFix allow_inf in assertEqual (#16959)
2019-02-12 Edward YangRefine return type Stream to HIPStream in HIPStreamGuar...
2019-02-12 Edward YangRevert D14030665: [pytorch][PR] [HOTFIX] Pin docker...
2019-02-12 Simeon MonovParse the command line and check the arguments before...
2019-02-12 Dmytro DzhulgakovFix and add testing for nullptr allocator in c2->pt...
2019-02-12 Dmytro DzhulgakovFix NERPredictor for zero initialization
2019-02-12 David RiazatiAllow calling a Python function with a dict
2019-02-11 Kimish PatelKeep weights name unchanged during SsaRewrite (#16932)
2019-02-11 Will FengPin docker-ce version to the one expected by nvidia...
2019-02-11 Sebastian MessmerExpose GenerateProposals to PyTorch
2019-02-11 Sebastian MessmerExpose BBoxTransform to pytorch
2019-02-11 Sebastian MessmerMinimize templated code in caffe2 operator wrapper...
2019-02-11 Adam PaszkeDon't keep unnecessary saved_inputs alive (#16583)
2019-02-11 Will FengEnforce same input tensor storage in VariableType funct...
2019-02-11 Sebastian MessmerRevert unneeded fixes in flat_hash_map (#16907)
2019-02-11 Sebastian MessmerFix constexpr in KernelRegistrationBuilder (#16906)
2019-02-11 Xiaodong WangCatch cudaError_t return val (nodiscard in rocm) (...
2019-02-11 Thomas Viehmannoptionally zero infinite losses in CTCLoss (#16199)
2019-02-11 Zhizhen QinMerge binaries "convert_image_to_tensor" and "caffe2_be...
2019-02-11 SsnLFix missing CircleCI GPG key (#16961)
2019-02-11 Edward YangDisable binary_linux_conda_3.6_cu90_build on PRs. ...
2019-02-11 Xiaodong WangInstall Thrust package and stop patching (#16911)
2019-02-11 Eskil JörgensenMake pin_memory and default_collate preserve namedtuple...
2019-02-11 Edward YangRevert D14020906: [pytorch][PR] Extend support for...
2019-02-11 Ivan OgasawaraAdded scientific notation on set_printoptions (#16876)
2019-02-11 BowenBaoExtend support for exporting reshape to onnx.
2019-02-11 eyyub.sari... Int8GivenTensorFill Operator Schema fix typo (#16204)
2019-02-11 Adam PaszkeAdd support for fusion of half batch norm with float...
2019-02-11 musikisomorphieImprove the Sparse matrix multiplication computational...
2019-02-11 Michael CarilliAllow dataloader to accept a custom memory pinning...
2019-02-11 Hameer AbbasiAdd abs for ByteTensor and CharTensor. (#16893)
2019-02-11 Xiang GaoSupport named tuple return from operators on JIT (...
2019-02-10 Derek KimEnhance the documentation for torch.nn.DataParallel...
2019-02-10 ZhuBaoheDOC: correct docstring for torch and torch.Tensor packa...
2019-02-10 Thomas Viehmannfind libnvToolsExt instead of using only hardcoded...
2019-02-10 Xiang GaoClean up autograd method tests
2019-02-10 Travis Johnstonfixed LogSigmoid math string that wasn't rendering...
2019-02-10 drkwctc_loss error message bug fix. (#16917)
2019-02-10 Will FengUse non-Variable type for callsites that check type...
2019-02-10 Jiren JinFix the error in the note about `torch.device` document...
2019-02-09 Johannes M... Register coalescer bug was fixed in ROCm 2.1 (#16923)
2019-02-09 Johannes M... Alignas is now correctly handled on ROCm (#16920)
2019-02-09 Johannes M... Enable buildin bitonic sort (#16919)
2019-02-09 Junjie BaiChange the default image size from 227 to 224 in resnet...
2019-02-09 Johannes M... enable unit tests working on ROCm 2.1 (#16871)
2019-02-09 Elias EllisonAdd suggest add to __constants__ message on save fail
2019-02-09 Chandler ZuoMake the exception raised from "numpy.dtype(numpy.void...
2019-02-09 Bram WastiRevert D13970381: [caffe2] Add visibility to registry...
2019-02-08 Nikita ShulgaExtend Net.RunAllOnGPU() to support RecurrentNetwork...
2019-02-08 James Reeddelete critical section in TH*Tensor_addmm (#16889)
2019-02-08 Bram WastiRevert D13806753: [pytorch][PR] TensorIterator cuda...
2019-02-08 Elias EllisonAllow sequential modules in module list (#16882)
2019-02-08 Gu, JinghuiImpl ExpandDims op and fallback to CPU if needed (...
2019-02-08 Bram WastiAdd visibility to registry class to fix ubsan error...
2019-02-08 Edward YangRemove Legacy entry point. (#16721)
2019-02-08 Edward YangDeduplicate instances caching allocator, so that we...
2019-02-08 Edward YangDelete duplicate copy of THCCachingAllocator (round...
2019-02-08 Junjie BaiBump caffe2 docker images to 248 (#16863)
2019-02-08 Sebastian MessmerAlso register op schema when no kernels are registered
2019-02-08 Sebastian MessmerDon't automatically handle context parameter (#16867)
2019-02-08 Yinghai LuSupport onnxifi with partially shaped inferred net...
2019-02-08 Pearu PetersonRobust determination of cudnn library and relevant...
2019-02-08 Yinghai LuSpecialize LengthsRangeFill and SparseLengthsWeightedSu...
2019-02-08 Summer DengActivation histogram net observer with multiple histogr...
2019-02-08 David RiazatiAllow dicts in C++ frontend (#16846)
2019-02-08 Xiaomeng YangSeparate elementwise level2 math functions (#16753)
2019-02-08 Freddie MendozaFix (#2) ppc64le build break on git status --porcelain...
2019-02-08 Michael Suodoc updates for TorchScript (#16866)
2019-02-08 Alex ŞuhanFix autodiff of nll_loss
2019-02-08 James Reedaten::_convolution now participates in shape analysis...
2019-02-08 peter.yeh@amd.comEnable arg_ops_test/unique_ops_test on AMD/rocm (#16853)
2019-02-07 Johannes M... Update CI to recently released ROCm 2.1 release (#16808)
2019-02-07 Yinghai LuUse bound shape inference in SparseNN tests (#16834)
2019-02-07 Davide LibenziAdd recognition for XLA device types.
2019-02-07 Sebastian MessmerFix and re-enable test case (#16643)
2019-02-07 Sebastian MessmerC10_REGISTER_CAFFE2_OPERATOR: Macro for registering...
next