2019-04-12 |
Bram Wasti | Add pass registration mechanism (#18587) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Wanchao Liang | JIT Layernorm fusion (#18266) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Yinghai Lu | Add more debugging helper to net transformer (#19176) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Jerry Zhang | Add Quantized Backend (#18546) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiang Gao | Step 2: Rename _unique_dim2_temporary_will_remove_soon... |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Lu Fang | Fix onnx ints (#19102) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Huamin Li | use C10_REGISTER for GELU op |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Edward Yang | Fix tabs lint. (#19196) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Will Feng | Pin nvidia-container-runtime version (#19195) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
peter | One more fix for #18790 |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Jerry Zhang | Fix promoteTypes for QInt types (#19182) |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Roy Li | Replace more usages of Type with DeprecatedTypeProperti... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
David Riazati | Support attributes when copying modules (#19040) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Will Feng | Move version_counter_ to TensorImpl (#18223) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Iurii Zdebskyi | Enable comp ops for bool tensor (#19109) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Will Feng | Change is_variable() to check existence of AutogradMeta... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | First class modules in the compiler, round 2 (#19167) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Gregory Chanan | Materialize a non-default device for C2 legacy storage... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Yinghai Lu | Allow empty net type (#19154) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Lu Fang | Skip Slice if it's no op (#19155) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Lu Fang | Rename ONNX util test names (#19153) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Pieter Noordhuis | Remove ProcessGroup::getGroupRank (#19147) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zafar Takhirov | Basic implementation of QRelu in C10 (#19091) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Guanheng Zhang | Import MultiheadAttention to PyTorch (#18334) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Xing Wang | try to enable uncertainty for lr loss (#17236) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
sakaia@jp.fujitsu.com | Remove comment (#19148) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | Revert D14842057: Compiler uses first-class modules** |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | Compiler uses first-class modules** (#19043) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Christian Puhrsch | Require matches_jit_signature within native_functions... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Ailing Zhang | add/move a few apis in torch.hub (#18758) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Pieter Noordhuis | Revert D14878128: [jit] Support attributes when copying... |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Pieter Noordhuis | ProcessGroupMPI exists only if it is valid (#14809) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Shen Li | Fix flaky store timeout test (#19114) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Xiaomeng Yang | Optimize SoftmaxOp on CPU (#18635) |
commit | commitdiff | tree | snapshot |
2019-04-11 |
Zachary DeVito | Allow Tensor lists to show up in symbolic differentiabl... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
David Riazati | Support attributes when copying modules (#19040) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Hao Lu | Move ConcatBatchMatMulBatchGatherOp to OSS |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Edward Yang | Print CuDNN version correctly. (#19110) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Roy Li | Infer device from pointer in from_blob (#19094) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Gu, Jinghui | implement operators for DNNLOWP (#18656) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Gregory Chanan | Improve mismatched storage error message. (#19068) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
David Riazati | Refactor pickler (#19035) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
iurii zdebskyi | Fixed bool Tensor value change bug (#19096) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Dmytro Dzhulgakov | Split python_ir.h in a more sensible way (#19081) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Yinghai Lu | Clear input/ouput shape cache for each inference (... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Xiang Gao | Add torch.unique_consecutive (#19060) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Lu Fang | Replace tabs with space (#19100) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Roy Ju | Fixes error when too many parameters are passed to... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Summer Deng | amend D14778810 (#18902) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
James Reed | Move abs, frac, reciprocal, and neg to TensorIterator... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Wanchao Liang | Fix aten op output assignment (#18581) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag w/ differentiable per_sample_weights ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag w/ per_sample_weights CUDA fwd + bwd ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag w/ per_sample_weights CPU backward (#18799) |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | EmbeddingBag CPU forward with per_sample_weights. ... |
commit | commitdiff | tree | snapshot |
2019-04-10 |
Richard Zou | Refactor CPU embedding_bag implementation (#18734) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Alexander Sidorov | Make BlackBoxPredictor handle networks throwing excepti... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Remind users to set map_location properly when using DDP |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Vishwak Srinivasan | Rename btrisolve to lu_solve (#18726) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Avoid calling tensor.data.set_() in DDP |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Dmytro Dzhulgakov | Reapply Wrap workaround for cpp custom types a bit... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Propagate ProcessGroup timeout to Store (#16571) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Wanchao Liang | make test_jit_fuser runnable |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Fix documentation for unfold(dimension=..., ...), fixes... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Debugging: Increase process reporting for apt/dpkg... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Add torch.__config__.show(), reporting detailed version... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Omegastick | Fix torch::nn::init::orthogonal_ with CNNs (#18915) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Soumith Chintala | move nightlies to 1.1.0xxx |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | add an utility function to check whether it's in the... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | remove interned_string.h dep (#19061) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Liang Xiong | add logging to make the saving action visible (#19042) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Xiang Gao | Namedtuple return for gels, triangular_solve, and test... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Convert all tabs to spaces, add CI. (#18959) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shen Li | Fix BN tests for >= 8 GPU test environments (#19049) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Shuichi KITAGUCHI | do not use constexpr with CUDA >= 9.2 compiler on Windo... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Edward Yang | Add torch/lib/protobuf to gitignore, fixes #18700 ... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | update of fbcode/onnx to 971311db58f2fa8306d15e1458b5fd... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
peter | Fix default CXX for Windows in cpp_extensions.py (... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Lu Fang | fix the onnx ci |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Xiaomeng Yang | Add gelu op (#18992) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
jgong5 | Add MKL-DNN Tensor (#17748) |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Soumith Chintala | detect C++ ABI flag for cpp extensions from available... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Spandan Tiwari | Fix momentum setting in BatchNorm forward pass. (#18764) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Jiakai Liu | add android build workflow to pytorch CI jobs (#18919) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Lu Fang | Export C10 operator in PyTorch Model (#18210) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Zachary DeVito | Fix interpolate tracing (#19034) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Elias Ellison | Fix default dtype in shape analysis (#18968) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Iurii Zdebskyi | Renamed bool tensors into byte tensors (#19021) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Thomas Viehmann | Handle None indexing in TorchScript (#18615) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Junjie Bai | Turn on mkldnn in most builds except rocm |
commit | commitdiff | tree | snapshot |
2019-04-08 |
David Riazati | Remove dead code in module.cpp (#19022) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mikhail Zolotukhin | Convert test_recursive_cse to use Filecheck inline... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mikhail Zolotukhin | Add a document 'How to Write Tests Using FileCheck... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Duc Ngo | caffe2 - Expose tensor filler util to Python (#18886) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Jiakai Liu | call build_android.sh from pytorch CI build script... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Jon Malmaud | Type annotations for `util.data`. (#18963) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Johannes M... | ifdef guard some explicit pragma unrolls (#19018) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Summer Deng | Fix a dev mode bug in activation distribution observer... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Gregory Chanan | Clean up some sparse code. (#18962) |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Roy Li | Remove tensorWithAllocator() from Type (#18780) |
commit | commitdiff | tree | snapshot |
next |