platform/upstream/pytorch.git
2019-03-30 Sebastian MessmerCheck kernel against function schema in c10 op registra...
2019-03-30 Sebastian MessmerAdd functor- and function-based kernel registration...
2019-03-30 Sebastian MessmerNew operator registration MVP (#18161)
2019-03-30 Junjie BaiFix trt installation in CI (#18609)
2019-03-30 David RiazatiAttribute serialization improvements (#18188)
2019-03-30 Cheng,Penghuisupport pre-convert filter format for mkldnn training...
2019-03-30 Jerry ZhangTensor construction codemod(raw_mutable_data) (#16373)
2019-03-30 David RiazatiAdd hash() global (#18258)
2019-03-30 Elias EllisonMove fuser to test_jit_fuser (#18590)
2019-03-30 James ReedExperimental logging/counters API (#18235)
2019-03-30 David RiazatiRevert D14668859: [pytorch][PR] Re-land Parsing file...
2019-03-29 Pieter NoordhuisUpdate argument names of torch::autograd::FunctionPostH...
2019-03-29 Soumith Chintalanote on updating existing source (#18409)
2019-03-29 eellisonRe-land Parsing file check (#18570)
2019-03-29 Spandan TiwariRefactoring serialization of ONNX initializers to be...
2019-03-29 Mikhail ZolotukhinInitial implementation of InsertObserverNodes pass...
2019-03-29 Gu, JinghuiFix bug in tensor feed which caused crash due to wrong...
2019-03-29 Gu, JinghuiUpgrade mkldnn-bridge to revert tensor capacity patch...
2019-03-29 Yanghan Wangregister BoxWithNMSLimit with C10
2019-03-29 Gregory ChananFix c10d build without nccl.
2019-03-29 Will FengAdd named submodule support to nn::Sequential (#17552)
2019-03-29 Vishwak SrinivasanRename `btriunpack` to `lu_unpack` (#18529)
2019-03-29 Elias Ellisonfix lint (#18623)
2019-03-29 Xiaodong WangManual hipify caffe2/distributed and rocm update (no...
2019-03-29 Summer DengChange dnnlowp log level from warning to v2 (#18576)
2019-03-29 Stas Bekmanmultiline KeyError msg python bug workaround (#18557)
2019-03-29 Søren RasmussenReduceLrOnPlateau: best=current -> best=copy(current...
2019-03-29 crcrparmake InstanceNorm1d raise an error if the input is...
2019-03-29 ArunavaFixed torch.arange docs (#18604)
2019-03-29 Junjie BaiMinor fixes in fastrnns benchmarks
2019-03-29 Vishwak SrinivasanRename `btrifact*` to `lu` (#18435)
2019-03-29 Xiaomeng YangOptimize relu op on GPU (#18506)
2019-03-29 Lu Fangupdate of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bff...
2019-03-29 Lu Fangupdate of fbcode/foxi to 81e1683d6348eee4b5ed1145222dc2...
2019-03-29 Elias EllisonDelete batch tensor (#18575)
2019-03-29 Thomas ViehmannUpdate NNPACK to current master (#18580)
2019-03-29 GemfieldEnhance build_ios.sh to be consistent with build_androi...
2019-03-29 Hyungjoo Andrew ChoSerialization supports pathlib.Path object for the...
2019-03-29 Aurélien RoyTarget and input sizes mismatch warning in L1 Loss...
2019-03-29 bddppqResubmit PR-18512: Improved onnx export for 3 onnx...
2019-03-29 Jeff Dailyin caching allocator, ignore and clear the error if...
2019-03-29 Ilia CherniavskiiAdd external callbacks into RecordFunction (#17844)
2019-03-29 Jing HuangImplement rotated generate_proposals_op without opencv...
2019-03-28 Ahmed AlyUse SetOutputTensor instead of copying outputs manually...
2019-03-28 Shen LiFix NCCL/Gloo process groups and DDP stream sync bug...
2019-03-28 Ahmed AlyInference LSTM integration test (#18559)
2019-03-28 Zachary DeVitoAdd Slot type to abstract the raw pointers being used...
2019-03-28 Junjie BaiRevert D14635130: Improved onnx export for 3 onnx ops.
2019-03-28 Benoit SteinerImproved onnx export for 3 onnx ops. (#18512)
2019-03-28 Elias EllisonRevert D14652372: [pytorch][PR] Add parsing to file...
2019-03-28 Ilia CherniavskiiC++17.h: forward -> c10::guts::forward (#18492)
2019-03-28 Thomas ViehmannUse __ldg for CUDA kernels in fuser (#18540)
2019-03-28 Sam PeposeAdds Cyclical Learning Rate and Momentum (#18001)
2019-03-28 Edward YangCompletely synchronize behavior of Facebook flake8...
2019-03-28 Elias Ellisonadd slow tests annotation to some jit tests (#18545)
2019-03-28 Elias EllisonAdd parsing to file check (#18304)
2019-03-27 Elias Ellisonbug fix for node with writers in create autodiff subgra...
2019-03-27 Xianjie Chenadd extra info for the auto gen sum ops
2019-03-27 Vitaly FedyuninClarify error text of the pin_memory function
2019-03-27 Wanchao LiangMove fast rnn benchmark to pytorch/pytorch
2019-03-27 eellisonRename isTensor api -> isCompleteTensor (#18437)
2019-03-27 Elias EllisonConst trace error v2 (#18535)
2019-03-27 jithunnair-amdenable more unit tests (#18537)
2019-03-27 Min NiSkip tests if C2/ONNX models cannot be read (#18494)
2019-03-27 zrpherculeAdd qtensors in caffe2 protobuf argument (#18486)
2019-03-27 Paul O’ShannessyGenerate sphinx docs with secure content. (#18508)
2019-03-27 ZhuBaoheFix loss functions doc (#18420)
2019-03-27 Edward YangUpgrade flake8-bugbear to master, fix the new lints...
2019-03-27 peterAdd export annotations for functions in c10 (#18464)
2019-03-27 Li YuBack out "Revert D14613517: [pytorch][PR] Updating...
2019-03-27 Lu Fangupdate of fbcode/onnx to b29e78a4efb8e5d8995f576bbf19a8...
2019-03-27 Yinghai LuMove weight offload inside backend construction functor...
2019-03-27 Tongzhou Wangfix #16448 (#18479)
2019-03-27 James ReedAdd section about .code to docs
2019-03-27 Stas Bekmanhow to use the `ccache` package on Ubuntu (#18495)
2019-03-27 peterjc123Append c10 libs to TorchConfig.cmake (#18418)
2019-03-27 Xiang GaoAdd some missing docs for tensor methods and attributes...
2019-03-27 Li YuRevert D14613517: [pytorch][PR] Updating onnxtrt submod...
2019-03-27 Junjie BaiFix direct comparison of OperatorDef proto structs...
2019-03-27 Soumith ChintalaRevert D14605905: [pytorch][PR] Add return_counts to...
2019-03-26 Sameer IndarapuFix typo in Github links in elementwise_ops_schema...
2019-03-26 Tongzhou WangImprove numerical precision of (s)logdet (#18449)
2019-03-26 Soumith Chintalafix arange shape issue inconsistency across cpu and...
2019-03-26 Kevin ChenUpdating onnxtrt submodule to master branch
2019-03-26 BowenBaoMinor fix for onnx ConstantOfShape export (#18199)
2019-03-26 Xiang GaoNamedtuple return for solve, slogdet, sort, topk (...
2019-03-26 Sebastian MessmerExpose c10 operators to caffe2 by operator name (#18160)
2019-03-26 Edward YangTest running a CUDA build on CPU machine. (#18242)
2019-03-26 Edward YangProperly use cudaGetLastError return code. (#18485)
2019-03-26 Xiaomeng YangMove math::Axpy function to elementwise lib (#18316)
2019-03-26 Gu, JinghuiUpgrade mkldnn to version 0.18.1 (#18463)
2019-03-26 Pat MellonAdd Google tag (#17690)
2019-03-26 Gemfieldremove redundant --install_dir parameter in GEN_COMMAND...
2019-03-26 Iurii ZdebskyiResolving comments from Bool Tensor for CPU PR (#18165)
2019-03-26 Edward YangUnify cudaGetDeviceCount implementations. (#18445)
2019-03-26 Christian PuhrschUse TensorIterator for unary operations
2019-03-26 vishwakftwIntroduce SobolEngine (#10505)
2019-03-26 Wanchao Liangfix str of autogradzero
2019-03-26 eellisonOptimize boolean expressions & unwraps (#18259)
2019-03-26 Junjie BaiFix python resolution in caffe2 CI scripts
next