2021-09-08 |
Elias Ellison | Add permute, arange (#63407) |
commit | commitdiff | tree | snapshot |
2021-09-08 |
Elias Ellison | Add support for slice, selec twith int, index_select... |
commit | commitdiff | tree | snapshot |
2021-09-08 |
Elias Ellison | Add squeeze, unsqueeze, transpose shape functins (... |
commit | commitdiff | tree | snapshot |
2021-09-08 |
Elias Ellison | Add batch of unary functions (#63050) |
commit | commitdiff | tree | snapshot |
2021-09-08 |
Yanli Zhao | Back out "update rpc tensorpipe logic for sparse tensor... |
commit | commitdiff | tree | snapshot |
2021-09-08 |
lezcano | Use trsm for triangular_solve in CPU (#63567) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Tao Xu | [iOS][Metal] Add aten:hardswish (#64588) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
kshitij12345 | [special] Alias igamma, igammac to special.gammaninc... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Mike Ruberry | Disables four failing distributions tests on windows... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
driazati | Add lint to ensure .github/ pypi dependencies are pinne... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
David Riazati | Update explicit_ci_jobs to work with GHA (#64598) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Nikita Shulga | Move ParallelTBB to GHA (take 2) (#64193) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Mike Iovine | [Static Runtime] Add first iter metric (#64457) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Wenliang Zhao | add bubdle input into AIBench (#64557) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Facebook Community Bot | Automated submodule update: FBGEMM (#64582) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
haozhe.zhu | enable bf16 mkldnn path for gemm (#61891) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Anirudh Dagar | Array API: Add `torch.linalg.matmul` alias to `torch... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Jane Xu | [small BE] .github: refactor concurrency into a common... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Kevin Tse | Fixes issue related torch.trapezoid broadcasting behavi... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Danielle Pintz | Add space in Feature Request issue template (#64563) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Lu Fang | Clean up op BC check list (#64584) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Ilqar Ramazanli | [doc][hackathon] To add Adam Optimizer to the documenta... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Yanli Zhao | minor fix for elastic doc (#64531) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Philip Meier | deprecate dtype getters from `torch.testing` namespace... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Ilqar Ramazanli | To change WarmUp Scheduler with ConstantLR and LinearLR... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Mike Iovine | [JIT] Freeze unrolls constant loops (#63614) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Kefei Lu | Fix fx2trt SplitterBase non_tensor_input logic (#64286) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Ivan Yashchuk | Update error messages that use LAPACK error codes ... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Anirudh Dagar | Support `torch.concat` alias, add `cat` OpInfo & remove... |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Natalia Gimelshein | Remove dead code from THC (THCApply.cuh) (#64559) |
commit | commitdiff | tree | snapshot |
2021-09-06 |
Nikita Shulga | Move ParallelNative and PureTorch to GHA (#64452) |
commit | commitdiff | tree | snapshot |
2021-09-05 |
Shen Xu | Mark functions in backend header as inline to suppress... |
commit | commitdiff | tree | snapshot |
2021-09-05 |
Bert Maher | Revert D30745610: [nnc] Make our exceptions c10::Errors... |
commit | commitdiff | tree | snapshot |
2021-09-05 |
Sangbaek Park | [Vulkan] Code Quality: Remove duplicate code for hardsh... |
commit | commitdiff | tree | snapshot |
2021-09-05 |
Mike Ruberry | Back out "nn.functional.linear OpInfo" (#64517) |
commit | commitdiff | tree | snapshot |
2021-09-05 |
Chris Cai | Back out "D30740897 Add fusion enabled apis" (#64500) |
commit | commitdiff | tree | snapshot |
2021-09-05 |
Bert Maher | [nnc] Make our exceptions c10::Errors, get C++ stacktra... |
commit | commitdiff | tree | snapshot |
2021-09-04 |
Peter Bell | Ensure num_threads is initialized in get_num_threads... |
commit | commitdiff | tree | snapshot |
2021-09-04 |
Facebook Community Bot | Automated submodule update: FBGEMM (#64338) |
commit | commitdiff | tree | snapshot |
2021-09-04 |
Ivan Yashchuk | Fix `copy_transpose_valid` condition for `copy_same_typ... |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Michael Carilli | [CUDA graphs] Error if attempting to capture uncapturab... |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Nikita Shulga | Fix logical typo in _compare_trilu_indices (#64468) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Ansley Ussery | Support Union in TorchScript (#64234) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Kefei Lu | Add fx2trt pass for removing duplicate output args... |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Elias Ellison | Add fusion enabled apis (#64429) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Elias Ellison | update optimize_for_inference docs (#64428) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
James Reed | [resubmit][FX] Prototype for guarding against mutable... |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Mike Ruberry | Skips layer norm OpInfo on tbb platform (#64469) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
Peter Bell | THC: Cleanup dead code (#64441) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
driazati | Regenerate generated github workflows (#64465) |
commit | commitdiff | tree | snapshot |
2021-09-03 |
David Riazati | Revert D30732630: [quant] Enable jit tracing on quantiz... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Zafar Takhirov | Revert D30055886: [quant] AO migration of the `quantize.py` |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Jane Xu | [POC] .github: Add event name to concurrency (#64402) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Garrett Cramer | update rpc tensorpipe logic for sparse tensors (#62960) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Eli Uriegas | Revert D30675780: [FX] Prototype for guarding against... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Zafar Takhirov | [quant] Enable jit tracing on quantizable LSTM (#64438) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
James Reed | [FX] Prototype for guarding against mutable operations... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Eli Uriegas | .github: Migrate pytorch_linux_bionic_py_3_6_clang9... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Erjia Guan | Switch Shuffler to use iter-local buffer (#64195) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Nikita Shulga | Disable CircleCI ROCm build (#64434) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Kevin Tse | [DataPipe] removing filter's inheritance from map ... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Kevin Tse | [DataPipe] adding/removing __len__ for different DataPi... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Erjia Guan | Fix test_ind_worker_queue by setting max_num_worker... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Thomas J. Fan | ENH Adds test and docs for modules that already support... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Rohan Varma | [DDP] Fix logging iterations (#64411) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Eli Uriegas | .github: Move squid vars to common vars (#64436) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Eli Uriegas | .github: Move upload-artifact-s3 to common var (#64435) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Richard Zou | nn.functional.linear OpInfo (#61971) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Eli Uriegas | Revert D30468409: Add fx2trt pass for removing duplicat... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Hui Guo | [tensorexpr] Wrap error msgs with buildErrorMessages... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Kefei Lu | Add fx2trt pass for removing duplicate output args... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Jane Xu | CI: Enable using labels to control GHA workflows (... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Nicolas Hug | Fixes and details to torchhub docs (#63783) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Thomas J. Fan | TST Adds __repr__ and str to module info (#63737) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Zhaoheng Ni | Fix torch.istft length mismatch and window runtime... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Mike Iovine | [Static Runtime] Add sign/abs/lop1p/mul fusion pass... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
CodemodService... | [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Seth Elliott | Fix broken caffe2 test: PlanExecutorTest.BlockingErrorP... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Michael Dagitses | simplify op name determination into a single forward... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Vasiliy Kuznetsov | fix copy.deepcopy on LinearPackedParams (#64367) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Ivan Kobzarev | [jit] shape propagation for prepack (#63585) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Michael Dagitses | extract TestAutogradComplex into its own test file... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Michael Dagitses | require that `TARGET_DET_LIST` is sorted (and sort... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Nicolas Hug | Fix list() and help() torchhub functions for Windows... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Nicolas Hug | Remove outdated comment in hub.py (#63757) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Nicolas Hug | Update hub.load() signature to avoid polluting kwargs... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Kefei Lu | Fix TRTModule not adding outputs in order (#64418) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Kushashwa Ravi... | Port `gather` to structured kernel (#63312) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Pavel Belevich | Replace std::unordered_map<c10::Device, c10::Device... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Chen Lai | [PyTorch Edge] Support default args with out arg, flag... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Edward Yang | Remove unnecessary resize_output (#64272) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Shirong Wu | Move graph util to fx2trt (#64064) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Edward Yang | Add a warning about DataLoader num_workers > 0 "memory... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Rohan Varma | [Dist CI] Move rest of distributed tests to their own... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Rohan Varma | [DDP] Log num threads (#64072) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Zeina Migeed | add documentation to shape inference algorithm (#64312) |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Yi Wang | [DDP Comm Hook] Add debugging communication hooks to... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Yi Wang | [DDP Comm Hook] Create a noop hook for performance... |
commit | commitdiff | tree | snapshot |
2021-09-02 |
Rohan Varma | [DDP] Add more logging iterations (#64071) |
commit | commitdiff | tree | snapshot |
2021-09-01 |
Rohan Varma | Fix incorrect DDP test (#64074) |
commit | commitdiff | tree | snapshot |
next |