platform/upstream/pytorch.git
2021-08-26 nikithamalgiClean up related to type refinements (#62444)
2021-08-26 Zeina Migeedinference for algebraic expressions (#63822)
2021-08-26 Zafar Takhirov[quant] Fixing the conversion of the quantizable RNN...
2021-08-26 Zhengxu ChenMake frozen symbol name customizable in torch deploy...
2021-08-26 Natalia GimelsheinCompute cuda reduction buffer size in elements (#63969)
2021-08-26 Jerry ZhangBack out "Revert D30384746: [fx2trt] Add a test for...
2021-08-25 Philip Meierreplace `self.assertTrue(torch.allclose(..))` with...
2021-08-25 David RiazatiRemove render_test_results job (#63877)
2021-08-25 John Clow[EASY] Update the clang-tidy error message (#63370)
2021-08-25 Peter BellShard python_torch_functions.cpp (#62187)
2021-08-25 Jithun NairAdd note on ifdefing based on CUDA_VERSION for ROCm...
2021-08-25 John ClowSmall fixes to the Contributing.txt (#63385)
2021-08-25 Rong Rong ... Back out "Temporary fix for remote gpu execution issue...
2021-08-25 Priya RamaniShape Propagation Pass: Fix AdaptiveAveragePooling2d...
2021-08-25 driazatiMove existing target determinator to tools (#63809)
2021-08-25 Yi WangAdd a comment on the potential implicit type up-casting...
2021-08-25 mingfeimaadd BFloat16 support for bernoulli and Dropout on CPU...
2021-08-25 Howard HuangUpdate torch.distributed.run OMP_NUM_THREADS message...
2021-08-25 zhouzhuojieFix ciflow/all label generation (#63954)
2021-08-25 driazatiReformat run_test.py (#63808)
2021-08-25 Raghavan Raman[Static Runtime] Added caching for the NNC code generat...
2021-08-25 Raghavan Raman[Static Runtime] Added a variable for clamp in the...
2021-08-25 Raghavan Raman[Static Runtime] Moved NNC operator definitions to...
2021-08-25 Aayush Prakash[Reland] Replacing the p.data acccess in utils with...
2021-08-25 albanDclean up engine.cpp thread state (#63115)
2021-08-25 Shiyan Deng[fx2trt] Check input device in TRTModule (#63893)
2021-08-25 rishipbf16 Error message cleanup as well as addition of is_bf...
2021-08-25 Karen Zhou[pruner] add getter for pruned outputs in base pruner...
2021-08-25 Karen Zhou[pruner] add support for pruning BatchNorm2d (#63519)
2021-08-25 Peter BellMinor OptionalTensorRef updates (#63611)
2021-08-25 Nikita ShulgaUpdate CMake minimum version to 3.10 (#63660)
2021-08-25 Rong Rong ... Temporary fix for remote gpu execution issue (#63899)
2021-08-25 Ansley UsseryFix bug in `check_empty_containers` (#63492)
2021-08-25 Jane XuSwap CUDA 11.1 and 11.3 in CI to make 11.1 periodic...
2021-08-25 zhouzhuojie[skip ci] Add generated comment to ruleset json (#63896)
2021-08-25 Alban DesmaisonRevert D30526034: [pytorch][PR] compute reduction inter...
2021-08-25 Linbin YuRevert D30384746: [fx2trt] Add a test for quantized...
2021-08-25 Jerry Zhang[fx2trt] Add a test for quantized resnet18 (#63446)
2021-08-25 Jerry Zhang[quant][graphmode][fx] Make maxpool and flatten produce...
2021-08-25 Mikhail Zolotukhin[TensorExpr] LLVMCodegen: Use addFnAttr instead of...
2021-08-25 Jerry Zhang[qunat][graphmode][fx] Add a separate lower_to_native_b...
2021-08-25 Natalia Gimelsheincompute reduction intermediate buffer size in elements...
2021-08-25 Thomas J. FanTST Adds more modules into common module tests (#62999)
2021-08-25 Joel SchlosserAllow arbitrary objects in state_dicts (#62976)
2021-08-25 Thomas J. FanTST Adds pickle testing for ModuleInfo (#63736)
2021-08-25 Bert MaherRe-apply: [nnc] Support thread level parallelism in...
2021-08-25 Bert MaherDon't switch executors mid test (#63830)
2021-08-25 Bert Maher[nnc] Disable erf and erfc (#63775)
2021-08-25 Peter BellMigrate THCTensor_copyIgnoringOverlaps to ATen (#63505)
2021-08-25 Jerry Zhang[quant][graphmode][fx] Add reference option support...
2021-08-25 Hao Lu[StaticRuntime] Fix bug in HasInplaceOp (#63842)
2021-08-24 Harut MovsisyanMicrobenchmarking matrix mult (einsum, torch.mult,...
2021-08-24 Xiaodong WangTurn off layer norm in jit symbolic differentiation...
2021-08-24 Alban DesmaisonAdd a common autograd TLS state (#63860)
2021-08-24 Eli Uriegas.github: Enable with-ssh for Windows (#63440)
2021-08-24 James Reed[FX] Fix _replicate_for_data_parallel (#63821)
2021-08-24 soulitzerDo not modify saved variables in-place for spectral...
2021-08-24 Peter BellMigrate legacy lstsq from THC to ATen (CUDA) (#63504)
2021-08-24 Edward YangRevert D30513613: Removing tensor.data usage in utils...
2021-08-24 Bo WangMerge common fields from TensorInitParams and ShardedTe...
2021-08-24 Aayush PrakashRemoving tensor.data usage in utils with tensor set_...
2021-08-24 Yi Zhangupdate readme and contributing.md (#63843)
2021-08-24 peterjc123Subprocess encoding fixes for cpp extension (#63756)
2021-08-24 mingfeimaadd bf16 support for bucketize (#55588)
2021-08-24 Karen Zhou[pruner] modify base pruner to prune bias by default...
2021-08-24 Karen Zhou[pruner] amend base pruner API to match base sparsifier...
2021-08-24 Karen Zhou[pruner] refactor `ActivationReconstruction` forward...
2021-08-24 Mike Iovine[Static Runtime] Implement prim::VarStack out variant...
2021-08-24 Xiang Gao[Reland] Embedding thrust->cub migration (#63806)
2021-08-24 mingfeimaoptimize BFloat16 elemwise operators CPU: sigmoid,...
2021-08-24 yanbing-jEnable BFloat16 LeakyReLU and RReLU in CPU path (#61514)
2021-08-24 Thomas J. FanENH Adds no_batch_dim for NLLLoss (#62651)
2021-08-24 mingfeimafix batchnorm2d issue when input is non contiguous...
2021-08-24 Mike Iovine[JIT] Add variadic stack op (#63578)
2021-08-24 Rong Rong ... [BE] add distributed run_test options (#63147)
2021-08-24 Alban DesmaisonRevert D30388099: Add a common autograd TLS state
2021-08-24 Thomas J. FanENH Adds no_batch_dim tests/docs for LPPool1d and Ident...
2021-08-24 albanDAdd a common autograd TLS state (#63114)
2021-08-24 Marjan FariborzSeparating quantization test from distributed_test...
2021-08-24 Mikhail Zolotukhin[TensorExpr] Nuke KernelArena and KernelScope. (#63587)
2021-08-24 Mikhail Zolotukhin[TensorExpr] Make 'Tensor' a value type. (#63586)
2021-08-24 Mikhail Zolotukhin[TensorExpr] Switch Exprs and Stmt from kernel-arena...
2021-08-24 Mikhail Zolotukhin[TensorExpr] More NFC changes like Expr* -> ExprPtr...
2021-08-24 mingfeimaadd channels last for GroupNorm (#49821)
2021-08-24 Jane XuAdd ROCm as a platform for which tests can be disabled...
2021-08-24 Mike Iovine[Static Runtime] SR clones graph input (#63704)
2021-08-24 Shiyan Deng[fx2trt] Add acc op and converter for torch.pow (#63795)
2021-08-24 Vitaly FedyuninAdding DataLoader2 class as future replacement of DataL...
2021-08-24 Rohan Varma[BE] Enable PostLocalSGD tests on windows (#63463)
2021-08-24 Rohan Varma[BE] Enable functional optim tests for windows (#63462)
2021-08-24 Shiyan Deng[fx_acc] Add mapper for torch.log1p (#63792)
2021-08-24 Peter BellFix pocketfft include path in mobile build (#63714)
2021-08-24 Peter BellSimplify ccache instructions in CONTRIBUTING.md (#62549)
2021-08-24 driazatiSkip archiving useless build artifacts (#63785)
2021-08-24 Bert MaherFix some memory bugs in onnx passes (#63754)
2021-08-24 Mike Iovine[JIT] Move UseVariadicCat internals (#63577)
2021-08-23 Akshit KhuranaFix typo in NNAPI tests (#63797)
2021-08-23 Don Jang[Static Runtime] Add an out variant op for aten::abs...
2021-08-23 Rong Rong ... fix git diff issue (#63408)
2021-08-23 Eli Uriegas.github: Add ec2 information as a step (#63784)
next