2019-03-29 |
Lu Fang | update of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bff... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Lu Fang | update of fbcode/foxi to 81e1683d6348eee4b5ed1145222dc2... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Elias Ellison | Delete batch tensor (#18575) |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Thomas Viehmann | Update NNPACK to current master (#18580) |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Gemfield | Enhance build_ios.sh to be consistent with build_androi... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Hyungjoo Andrew Cho | Serialization supports pathlib.Path object for the... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Aurélien Roy | Target and input sizes mismatch warning in L1 Loss... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
bddppq | Resubmit PR-18512: Improved onnx export for 3 onnx... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jeff Daily | in caching allocator, ignore and clear the error if... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Ilia Cherniavskii | Add external callbacks into RecordFunction (#17844) |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jing Huang | Implement rotated generate_proposals_op without opencv... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Ahmed Aly | Use SetOutputTensor instead of copying outputs manually... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Shen Li | Fix NCCL/Gloo process groups and DDP stream sync bug... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Ahmed Aly | Inference LSTM integration test (#18559) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Zachary DeVito | Add Slot type to abstract the raw pointers being used... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Junjie Bai | Revert D14635130: Improved onnx export for 3 onnx ops. |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Benoit Steiner | Improved onnx export for 3 onnx ops. (#18512) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Elias Ellison | Revert D14652372: [pytorch][PR] Add parsing to file... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Ilia Cherniavskii | C++17.h: forward -> c10::guts::forward (#18492) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Thomas Viehmann | Use __ldg for CUDA kernels in fuser (#18540) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Sam Pepose | Adds Cyclical Learning Rate and Momentum (#18001) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Edward Yang | Completely synchronize behavior of Facebook flake8... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Elias Ellison | add slow tests annotation to some jit tests (#18545) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Elias Ellison | Add parsing to file check (#18304) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Elias Ellison | bug fix for node with writers in create autodiff subgra... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Xianjie Chen | add extra info for the auto gen sum ops |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Vitaly Fedyunin | Clarify error text of the pin_memory function |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Wanchao Liang | Move fast rnn benchmark to pytorch/pytorch |
commit | commitdiff | tree | snapshot |
2019-03-27 |
eellison | Rename isTensor api -> isCompleteTensor (#18437) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Elias Ellison | Const trace error v2 (#18535) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
jithunnair-amd | enable more unit tests (#18537) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Min Ni | Skip tests if C2/ONNX models cannot be read (#18494) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
zrphercule | Add qtensors in caffe2 protobuf argument (#18486) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Paul O’Shannessy | Generate sphinx docs with secure content. (#18508) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
ZhuBaohe | Fix loss functions doc (#18420) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Edward Yang | Upgrade flake8-bugbear to master, fix the new lints... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
peter | Add export annotations for functions in c10 (#18464) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Li Yu | Back out "Revert D14613517: [pytorch][PR] Updating... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Lu Fang | update of fbcode/onnx to b29e78a4efb8e5d8995f576bbf19a8... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Yinghai Lu | Move weight offload inside backend construction functor... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Tongzhou Wang | fix #16448 (#18479) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
James Reed | Add section about .code to docs |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Stas Bekman | how to use the `ccache` package on Ubuntu (#18495) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
peterjc123 | Append c10 libs to TorchConfig.cmake (#18418) |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Xiang Gao | Add some missing docs for tensor methods and attributes... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Li Yu | Revert D14613517: [pytorch][PR] Updating onnxtrt submod... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Junjie Bai | Fix direct comparison of OperatorDef proto structs... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Soumith Chintala | Revert D14605905: [pytorch][PR] Add return_counts to... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Sameer Indarapu | Fix typo in Github links in elementwise_ops_schema... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Tongzhou Wang | Improve numerical precision of (s)logdet (#18449) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Soumith Chintala | fix arange shape issue inconsistency across cpu and... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Kevin Chen | Updating onnxtrt submodule to master branch |
commit | commitdiff | tree | snapshot |
2019-03-26 |
BowenBao | Minor fix for onnx ConstantOfShape export (#18199) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Xiang Gao | Namedtuple return for solve, slogdet, sort, topk (... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Sebastian Messmer | Expose c10 operators to caffe2 by operator name (#18160) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Edward Yang | Test running a CUDA build on CPU machine. (#18242) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Edward Yang | Properly use cudaGetLastError return code. (#18485) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Xiaomeng Yang | Move math::Axpy function to elementwise lib (#18316) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Gu, Jinghui | Upgrade mkldnn to version 0.18.1 (#18463) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Pat Mellon | Add Google tag (#17690) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Gemfield | remove redundant --install_dir parameter in GEN_COMMAND... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Iurii Zdebskyi | Resolving comments from Bool Tensor for CPU PR (#18165) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Edward Yang | Unify cudaGetDeviceCount implementations. (#18445) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Christian Puhrsch | Use TensorIterator for unary operations |
commit | commitdiff | tree | snapshot |
2019-03-26 |
vishwakftw | Introduce SobolEngine (#10505) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Wanchao Liang | fix str of autogradzero |
commit | commitdiff | tree | snapshot |
2019-03-26 |
eellison | Optimize boolean expressions & unwraps (#18259) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Junjie Bai | Fix python resolution in caffe2 CI scripts |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Xiang Gao | Support dim=None for argmax and argmin (#18264) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Xiang Gao | Add return_counts to torch.unique (#18391) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Natalia Gimelshein | change dropout lowering in symbolic_script (#18375) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Gao, Xiang | Add torch.version.git_version (#18299) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Xiang Gao | Change deprecated IntList to IntArrayRef |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Tongzhou Wang | Enable printing to stderr for test_proper_exit for... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Karl Ostmo | Don't require pygraphviz for regenerate.sh (#17485) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Mikhail Zolotukhin | Add quant-passes stubs. (#18151) |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Duc Ngo | caffe2 - support flaky operator tests for caffe2 build... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
iurii zdebskyi | Remove unused th_scalar_type (#18390) |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Ivan Ogasawara | Porting CPU UpSample functions to ATen (#18020) |
commit | commitdiff | tree | snapshot |
2019-03-25 |
nihui | Fix caffe2 build with BLAS=OpenBLAS (#18422) |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Wanchao Liang | Add addcmul, lerp to fuser, enable scalar->float specia... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Edward Yang | Add ability to query if built with CUDA and MKL-DNN... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Vitaly Fedyunin | Implement reference counting for shared IPC CUDA tensor... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Gregory Chanan | Don't segfault on trying to get data_ptr of sparse... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Gregory Chanan | Assert tensor isn't sparse in enforce_invariants. ... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Sacha | Only look for Caffe2 package when shared (#18421) |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Summer Deng | Add more options to the quantization model exporter... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Thomas Viehmann | Revert "Specialize optional tensor inputs to graphs... |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Gao, Xiang | Fix deprecated: type() -> scalar_type() (#18406) |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Gao, Xiang | Fix deprecated: type() -> scalar_type() |
commit | commitdiff | tree | snapshot |
2019-03-25 |
mc-robinson | Added tensor size warning to F.mse_loss() (#18349) |
commit | commitdiff | tree | snapshot |
2019-03-24 |
Elias Ellison | Fix For Requires Grad Infinite Loop (#18361) |
commit | commitdiff | tree | snapshot |
2019-03-24 |
Soumith Chintala | update magma instructions (#18410) |
commit | commitdiff | tree | snapshot |
2019-03-24 |
Iurii Zdebskyi | Removed some dead code (#18201) |
commit | commitdiff | tree | snapshot |
2019-03-24 |
Thomas Viehmann | Specialize optional tensor inputs to graphs in the... |
commit | commitdiff | tree | snapshot |
2019-03-23 |
Will Feng | Move pyobj_ to TensorImpl (#18225) |
commit | commitdiff | tree | snapshot |
2019-03-23 |
Xiang Gao | Fix deprecated scalar type in ATen/native/Distributions.cpp |
commit | commitdiff | tree | snapshot |
2019-03-23 |
Edward Yang | Revert D14446895: [C2] Implement rotated generate_propo... |
commit | commitdiff | tree | snapshot |
2019-03-23 |
Michael Suo | Revert D14584266: [pytorch][PR] Better error message... |
commit | commitdiff | tree | snapshot |
next |