platform/upstream/pytorch.git
2018-12-12 Sebastian MessmerMove TensorImpl to c10 (yay!)
2018-12-12 Gregory ChananAdd at::scalar_tensor factory function, use it instead...
2018-12-12 Edward YangMake ATen HIPify out-of-place, but still reuse CUDA...
2018-12-12 Daniel IngramAdd error type to raise statement
2018-12-12 Peter GoldsboroughRemove deprecated variable_tensor_functions (#15003)
2018-12-12 Jane Wangadd gloo scatter support on GPU (#14917)
2018-12-12 Zachary DeVitore-enable copy of python files, but be careful that...
2018-12-11 Richard ZouSplit off fuser tests in test_jit.py to their own test...
2018-12-11 David RiazatiSupress warnings on generated tests
2018-12-11 Josef Lindman... Issue 14984: Remove divide by zero error in index_put_...
2018-12-11 zrpherculeUpdate onnx coverage script for more accurate result...
2018-12-11 Michael Suotox.ini -> .flake8 (#15065)
2018-12-11 Roy Lisilence unreachable code warnings (#15036)
2018-12-11 Michael Suoimprove deep equality check in alias annotation test...
2018-12-11 James SunFix race condition in ThreadPool::workOnTasksUntilCompl...
2018-12-11 TerryTsaoFix CMakeLists.txt for Int8 python bindings (#15047)
2018-12-11 Orion Reblitz... Install cpp tests when built (#15000)
2018-12-11 Michael CarilliStashing checkpointing RNG states based on devices...
2018-12-11 svcscmUpdating submodules
2018-12-11 Marat DukhanSwitch Int8Softmax, Int8Relu, and Int8LeakyRelu to...
2018-12-11 Lingyi LiuAdjust the API call to deserilize the tensorproto ...
2018-12-11 Natalia Gimelsheinuse datatype dependent tolerance in data parallel tests
2018-12-11 paland3Update pooling.py (#14998)
2018-12-11 Zachary DeVitoClean up casting ops (#14947)
2018-12-11 Jongsoo Parkshare code between adagrad and rowwise adagrad tests...
2018-12-11 Ilia CherniavskiiTBB task graph (#15041)
2018-12-11 bddppqEnable more caffe2 fp16 rocm tests (#15040)
2018-12-11 Lu FangEnable the build of tests in ATen/core (#15032)
2018-12-11 Gregory ChananMore scaffolding for LegacyTHDispatch. (#14852)
2018-12-11 Ilia CherniavskiiBack out "Revert D13043261: [caffe2] Task graph and...
2018-12-11 Jerry ZhangTensor construction codemod - 2/3 (#14836)
2018-12-11 Jesse HellemnFixing reading of FBGEMM from env variables
2018-12-11 Syed Tousif... Alignas Array struct (#14920)
2018-12-11 rohithkrnIntegrate rocBLAS fp16 api into Caffe2 (#14882)
2018-12-11 Junjie BaiFix old tensor CopyFrom usage in boolean mask operator
2018-12-11 Jongsoo Parkunit test with multiple omp threads (#14958)
2018-12-11 Jerry ZhangRemove partially initialized Tensor in Deserialization...
2018-12-11 Junjie BaiRevert D13043261: [caffe2] Task graph and task future...
2018-12-10 James Reedapply() for ScriptModules (#14655)
2018-12-10 Edward YangSimplify THPPointer implementation for Storage. (#14897)
2018-12-10 Edward YangDisable getNumGPUs rewrite (#14993)
2018-12-10 Sebastian MessmerFix include path for WrapDimMinimal.h
2018-12-10 Sebastian MessmerMove WrapDimMinimal to c10
2018-12-10 Edward YangStop disabling maybeOverlappingIndices (#14999)
2018-12-10 Jane Wangadd gloo allgather support on GPU (#14576)
2018-12-10 Ilia CherniavskiiTask graph and task future abstractions in executor
2018-12-10 Jerry Zhangcaffe2/caffe2/contrib/script (#15007)
2018-12-10 Michael Suos/Torch Script/TorchScript/g (#15011)
2018-12-10 Yuxin WuImprove the docs of interpolate(align_corners=) (#14806)
2018-12-10 Giuseppe OttavianoImprove build time of register_symbols.cpp without...
2018-12-10 Edward YangDelete defunct THP_API.h header. (#14899)
2018-12-10 Edward YangDisable test_leaf_variable_sharing on ASAN runs
2018-12-10 Edward YangRevert D13306052: [pytorch][PR] Allow converting CharTe...
2018-12-10 Edward YangNon-INTERFACE AT_LINK_STYLE is dead code (#14822)
2018-12-10 SsnLSupport torch.load with encoding (#14743)
2018-12-10 SsnLConvert int8 numpy array to CharTensor (#14700)
2018-12-10 SsnLAllow converting CharTensor to np arrays (#14710)
2018-12-10 Jongsoo Parkpre-pack operation of dnnlowp conv with 16-bit accumula...
2018-12-10 Zachary DeVitoRespect -q of setup.py (#14972)
2018-12-10 SsnL_get_device_index supports parsing device strings
2018-12-10 Soumith Chintalaremove mingfeima mkldnn reference from README, as no...
2018-12-10 Zachary DeVitofixing some rebuild issues (#14969)
2018-12-09 vishwakftwRemove deprecated info argument in btrifact (#14935)
2018-12-09 Soumith Chintalaadd fix for CUDA 10 (#14971)
2018-12-09 Your NameFix mismatched test_{full,ones,zeros}_like onnx expect...
2018-12-09 Yiming Wufix auto grad summing for IfOp where intermediate outpu...
2018-12-09 Spandan TiwariExport ones_like, zeros_like and full_like using ONNX...
2018-12-09 Edward YangCanonicalize all includes in PyTorch. (#14849)
2018-12-09 Jongsoo Parkrace condition fix of calling mutable_data inside a...
2018-12-08 Fei SunAdd crop argument, can crop rec as well, first resize...
2018-12-08 Marat DukhanSwitch Int8Sigmoid to QNNPACK (#14883)
2018-12-08 Your NameONNX changes to use int32_t (instead of enum) to store...
2018-12-08 Sebastian MessmerRemove at references from c10
2018-12-08 Brennan VincentImplement `std` for multiple dimensions on CPU devices...
2018-12-08 Orion Reblitz... Add CAFFE2_API to video processing functions (#14900)
2018-12-08 Johannes M... Enable unit tests known to work on ROCm (#14011)
2018-12-08 Lu Fangupdate of fbcode/onnx to aca8473a40cf43f01958c81b648efc...
2018-12-08 rohithkrnEnable fp16 for MIOPEN operators in Caffe2 (#14905)
2018-12-08 Gu, JinghuiUpgrade MKL-DNN to version 0.17 (#14308)
2018-12-08 Daniel BermondFix build with OpenCV 4.0 (#14356)
2018-12-08 Sebastian MessmerRemove unused TensorImpl dependencies
2018-12-08 Sebastian MessmerRemove TensorImpl -> context_base dependency (#14658)
2018-12-08 Sebastian MessmerFix include paths for TensorOptions
2018-12-07 James ReedUpdate graph printouts in JIT docs (#14914)
2018-12-07 Ailing ZhangImprove hub documentation (#14862)
2018-12-07 James ReedUSE_FBGEMM=True by default
2018-12-07 Sergei NikolaevUSE_TENSORRT support and TensorRT 5 compatibility
2018-12-07 Orion Reblitz... Add __init__.py so files get picked up on install ...
2018-12-07 Gregory ChananReplace calls of Type::_th_tensor. (#14877)
2018-12-07 Peter GoldsboroughLarge scale fix of python-related files in torch/csrc/
2018-12-07 PenghuiChengImplementation of WeightedSum op for mkl-dnn and fix...
2018-12-07 Yudong GuangRevert D13205604: Move numa.{h, cc} to c10/util
2018-12-07 vishwakftwExpose torch.roll function and method (#14880)
2018-12-07 Junjie BaiMake autograd engine compatible with hip
2018-12-07 Jon CrallFixed ConvT docstring (#14876)
2018-12-07 svcscmUpdating submodules
2018-12-07 David RiazatiRemove weak module test expect files (#14871)
2018-12-07 Wei Yanggradcheck (#14596)
2018-12-07 Teng LiSkipping two c10d tests only if there are multi-GPUs...
2018-12-06 Sebastian MessmerMove TensorOptions, DefaultTensorOptions to c10
next