summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-12-10[release/1.10] Remove fgrad_input from slow_conv2d (#64280) (#69622)Eli Uriegas2-4/+4
2021-12-08[LiteInterpreter] Specify `Loader` to `yaml.load` (#67694) (#69642)Nikita Shulga1-1/+8
2021-10-05Fix Windows ninja builds when MAX_JOBS is specified (#65444) (#66155)Nikita Shulga2-1/+5
2021-09-28Fix test reporting git merge-base (#65787)Zhuojie Zhou1-1/+1
2021-09-20Track peak memory usage (#65157)driazati1-4/+54
2021-09-20Fix logic to determine master vs PR (#65155)driazati2-15/+22
2021-09-20Add crow_/col_indices to view types (#63176)=1-0/+2
2021-09-18support using gradients named for outputs in derivatives (#63947)Michael Dagitses5-6/+211
2021-09-18clarify implementation of check_grad_usage (#64439)Michael Dagitses1-13/+15
2021-09-17[Static Runtime] Move MemoryPlanner out into memory_planner.cpp (#65123)Don Jang1-0/+1
2021-09-17[PyTorch] Extract parseOperator() into a standalone source file (#65179)Mengwei Liu1-0/+2
2021-09-17delegate parallelism to Ninja when possible (#64733)Michael Dagitses2-12/+41
2021-09-17add test for number of jobs when building (#65162)Michael Dagitses1-0/+84
2021-09-17[PyTorchEdge] promote prim ops by using ops table for mobile runtime (#64816)Pavithran Ramachandran1-0/+2
2021-09-17Bf16 matmul (#64619)haozhe.zhu1-0/+1
2021-09-16[Reland] Add python mode (#64360)Richard Zou1-0/+2
2021-09-15Add NNC AOT Compiler executable (#63994)Priya Ramani1-0/+1
2021-09-15Revert D30752939: [pytorch][PR] nvfuser updateEli Uriegas1-29/+4
2021-09-15Revert D30883290: [Static Runtime] Move MemoryPlanner out into memory_planner...Natalia Gimelshein1-1/+0
2021-09-15Use RDS for build size tracking (#64303)David Riazati2-21/+172
2021-09-15nvfuser update (#63745)jiej1-4/+29
2021-09-15[Static Runtime] Move MemoryPlanner out into memory_planner.cpp (#65011)Don Jang1-0/+1
2021-09-14print_test_stats.py: dedup test report upload name with TEST_CONFIG (#64948)Jane (Yuan) Xu1-5/+10
2021-09-14Make {select,slice,diagonal}_backward primitives wrt autograd (#64933)Richard Zou2-0/+13
2021-09-14Revert D30711934: [pytorch][PR] Use RDS for build size trackingEdward Yang2-171/+21
2021-09-13Add forward AD for torch.linalg.eigh (#62163)Ivan Yashchuk1-0/+5
2021-09-13[WIP] Example of DataPipes and DataFrames integration (#60840)Vitaly Fedyunin1-1/+1
2021-09-13Use RDS for build size tracking (#64303)David Riazati2-21/+171
2021-09-13fix build error when system cmake3 version >=3.5 but <=3.10 (#64914)XiaobingSuper1-3/+3
2021-09-11[RFC] Modularize functions of parsing bytecode (#61862)Martin Yuan1-0/+2
2021-09-10[nnc] Added an implementation of sign op (#64033)Raghavan Raman1-0/+1
2021-09-10`torch.lu`: forward AD support (#64742)Nikita Vedeneev1-0/+1
2021-09-09[Dist/CI] Remove dist from target determinator (#64721)Rohan Varma1-36/+0
2021-09-09`torch.lu_solve`: forward AD support (#64646)Nikita Vedeneev1-0/+1
2021-09-08update scatter formula (#64546)kshitij123451-2/+2
2021-09-08Add forward mode differentiation for torch.linalg.cholesky and transpose (#62...Ivan Yashchuk1-0/+1
2021-09-07Revert D29998114: [pytorch][PR] enable bf16 mkldnn path for gemmNatalia Gimelshein1-1/+0
2021-09-07Update explicit_ci_jobs to work with GHA (#64598)David Riazati1-5/+7
2021-09-07enable bf16 mkldnn path for gemm (#61891)haozhe.zhu1-0/+1
2021-09-02simplify op name determination into a single forward pass (#64261)Michael Dagitses1-52/+30
2021-09-02extract TestAutogradComplex into its own test file (#63400)Michael Dagitses1-1/+4
2021-09-02require that `TARGET_DET_LIST` is sorted (and sort it here) (#64102)Michael Dagitses1-43/+44
2021-09-01[structured] Preserve computed elements from meta func to impl (#61746)Meghan Lele4-3/+186
2021-09-01Break up "@generated" string so Phabricator shows changesDavid Reiss1-2/+2
2021-09-01Back out "Revert D30327514: [Pytorch lite predictor] Use KinetoEdgeCPUProfile...Kimish Patel1-2/+2
2021-08-31Use the correct overloaded name to skip boxed autograd not implemented kernel...soulitzer1-3/+3
2021-08-31Revert D30543236: Add python modeRichard Zou1-2/+0
2021-08-31Try the forked checkout action with retry (#64120)zhouzhuojie1-1/+1
2021-08-31Revert D30327514: [Pytorch lite predictor] Use KinetoEdgeCPUProfiler for oper...Kimish Patel1-2/+2
2021-08-30[Pytorch lite predictor] Use KinetoEdgeCPUProfiler for operator profiling. (#...Kimish Patel1-2/+2