2018-11-27 |
andersj | when BUILD_CAFFE2_OPS is OFF, torch-python needs a... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sam Gross | Speed-up "advanced" indexing operations (#13420) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jiyan Yang | Resubmit: Set the correct engine name for position... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Will Feng | Windows local build: restore original working dir after... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jerry Zhang | condition blob in while_op test changes data type ... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
zrphercule | Add test of ONNX_ATEN (#14259) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Hassan Eslami | Allowing TaskGroups to carry remote nets (#14342) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Add scaffolding for HIP backend in ATen/core. (#14285) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Document device_guard in native_functions.yaml (#14235) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
David Riazati | Revert D13192228: [pytorch][PR] [jit] Add boolean dispa... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Remove fake dependencies from TensorImpl to caffe2... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for TensorTypeId.h and TensorTypeIdRe... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move TensorTypeId to c10/core |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for Storage.h and StorageImpl.h |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move Storage and StorageImpl to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for Allocator.h |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move Allocator.h to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move UniqueVoidPtr to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move ScalarTypeUtils.h to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for Scalar.h and ScalarType.h |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move Scalar and ScalarType to c10/core |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Michael Suo | Trace in-place ops (#14254) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Teng Li | Fixed torch.multiprocessing.spawn for not being able... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jerry Zhang | Tensor construction: combine Resize+mutable_data -... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Zachary DeVito | Print default values and introduce ir view classes... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Thomas Viehmann | Add Type support to the fuser, fuse more (#14336) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-27 |
David Riazati | Add boolean dispatch for function overloading (#14081) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Barrier synchronizes with prior work before completing... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Make ProcessGroup::Work::wait() throw (#14298) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Add option structs and timeout field (#14297) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Refer to all work with ProcessGroup prefix (#14296) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Remove algorithm caching in ProcessGroupGloo (#14295) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Use new style barrier support in c10d/gloo (#14294) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Wei Yang | fix doc for sparse.addmm (#14403) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jongsoo Park | per-group and per-channel quantization (#14340) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Peter Goldsborough | Add variable_factories.h to cppdocs (#14381) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jan Schlüter | Use integer math to compute output size of pooling... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Delete legacy THCStream (long live THCStream). (#14246) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Add hash functions for Stream, CUDAStream; fix Device... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Owen Anderson | Implement NaN-propagating max/min on Vec256. |
commit | commitdiff | tree | snapshot |
2018-11-27 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ilia Cherniavskii | Remove unused executors, part 3 (#14199) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ilia Cherniavskii | Remove unused executors, part 2 (#14115) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ilia Cherniavskii | Remove unused executors, part 1 (#14117) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Delete OPENMP_STUB translation. (#14286) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Wei Yang | backward for sparse.addmm(D, S, D, alpha, beta) ->... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Marat Dukhan | Switch Int8ChannelShuffle operator to QNNPACK (#14362) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Teng Li | Fixed file init_method write/read race (#14388) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Peter Goldsborough | Fix dataloader iterator test (#14045) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Teng Li | Fixed c10d test (#14389) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Brennan Vincent | fix typo in `torch.sum` documentation (#14250) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Wanchao Liang | More JIT type hierarchy refinement (#14127) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jesse Hellemn | changing some rpath stuff (#14304) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Kevin Chen | Fix caffe2 => onnx exporter for ConvTranspose (#14143) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Will Feng | Revert D13166669: [pytorch][PR] Allow dataloader to... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
andersj | remove CAFFE2_API from IdWrapper (#14044) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jerry Zhang | FeedTensor returns a Tensor (#14196) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Richard Zou | Allow graph fuser to move chunks past multiple nodes... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jesse Hellemn | Removing Caffe2-specific conda infra |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Michael Suo | fix tensor advanced indexing with assignment (#14311) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jongsoo Park | remove unnecessary zero_point argument from constructor... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Peter Goldsborough | Fix -Wreturn-std-move (#14113) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jongsoo Park | minimize code compiled with avx2 and header includes... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Peter Goldsborough | Add proper from_blob overloads (#13982) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Brennan Vincent | allow concatenating "hybrid" (sparse/dense) tensors... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Peter Goldsborough | Allow torch.utils.cpp_extension.load to load shared... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Adam Paszke | Batch more matrix multiplies (#13456) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Gregory Chanan | Enable native wrappers for the remainder of nn functions. |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Huan Gui | Add Recency Weighted into SparseLookup (#14291) |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Shuichi KITAGUCHI | quote NUMPY_INCLUDE_DIR (#14341) |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Michael Suo | shape analysis fix (#14325) |
commit | commitdiff | tree | snapshot |
2018-11-23 |
peter | Some minor fixes for Windows build script (#14218) |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Michael Carilli | Allow dataloader to accept a custom memory pinning... |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Michael Carilli | Option to preserve bitwise accuracy of gradient checkpo... |
commit | commitdiff | tree | snapshot |
2018-11-23 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Sebastian Messmer | Remove individual "using c10:xxx" statements (#13168) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Yinghai Lu | Make sure we bind input/output of Onnxifi op positional... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Wanchao Liang | Convert gumbel_softmax, lp pooling weak functions and... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Sebastian Messmer | Use ADL to find toString (#14021) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Sebastian Messmer | Fix include paths for intrusive_ptr (#13692) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Sebastian Messmer | Move intrusive_ptr to c10/util |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Joel Marcey | ignore generated caffe2 docs and virtualenvs |
commit | commitdiff | tree | snapshot |
2018-11-22 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Jongsoo Park | removing quantization utility functions moved to fbgemm... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Achal Shah | Cuda version comparison with CUDA_VERSION_STRING (... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-22 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Teng Li | Robust NCCL barrier improvement to cover all devices... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Michael Suo | alias analysis (#14018) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Ilia Cherniavskii | Remove extra include |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Teng Li | Removed redundant allreduce options in DDP (#14208) |
commit | commitdiff | tree | snapshot |
2018-11-22 |
David Riazati | Add list inequality operator (#14129) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Yinghai Lu | Add onnxifi support to SparseLengthsWeightedSum (#14210) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Gu, Jinghui | Add "axis" and "axis_w" arguments in FC to support... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Viswanath Sivakumar | IDEEP fallback for ResizeNearest op (#14212) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
zrphercule | Fix ONNX_ATEN mode (#14239) |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Pieter Noordhuis | Bump gloo (#14281) |
commit | commitdiff | tree | snapshot |
next |