platform/upstream/pytorch.git
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)
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...
next