summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Fix illegal opcode bug in caffe2 (#40584)tizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163601submit/tizen/20210715.075526accepted/tizen/unified/20210715.094605accepted/tizen/7.0/unified/hotfix/20221116.111404accepted/tizen/7.0/unified/20221110.060752accepted/tizen/6.5/unified/20211028.231830tizen_7.0_hotfixtizen_7.0tizen_6.5accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedMitchell Spryn1-8/+8
2021-03-03[dist] Rebuild packages with protobuf 3.14.0Dongju Chae2-0/+6
2020-09-15[caffe2] Solving bug with disabling all nnpackssandbox/kparichay/v1.6.0-rc1_protobuf_1.12.3Parichay Kapoor2-3/+8
2020-09-15[dist/debian] Disable QNNPACK/XNNPACK for all archParichay Kapoor1-3/+2
2020-09-14[dist/debian] Disable python version checkParichay Kapoor1-4/+6
2020-09-14[dist/debian] Remove unnecessary dependenciesParichay Kapoor1-3/+0
2020-09-14[dist/debian] Disable QNNPACK for armhfParichay Kapoor1-1/+2
2020-09-10[dist/debian] Added packaging support for ubuntu <18.04Parichay Kapoor2-5/+32
2020-07-20[dist/debian] Disable QNNPACK for arm64Parichay Kapoor1-1/+2
2020-07-20[Dist/Debian] Limit number of threads for arm64Parichay Kapoor1-1/+3
2020-07-17[Dist/debian] Turn off MKLDNN for arm64 archParichay Kapoor1-0/+4
2020-07-16[Dist/Tizen/Debian] Update packaging with version updateParichay Kapoor41-32/+53
2020-07-16[pytorch] Update to version 1.6.0-rc1Parichay Kapoor5683-239592/+752483
2020-05-26Revert "[Packaging] Use protobuf v3.8"Sangjung Woo1-0/+0
2020-05-25[Packaging] Use protobuf v3.8Sangjung Woo1-0/+0
2020-05-12[Dist/Tizen] PyTorch/Caffe2 Pacakging.MyungJoo Ham3-0/+173
2019-06-13Merge pull request #1 from helloahn/caffe2_headersParichay Kapoor1-0/+2
2019-06-13[Caffe2] add the missed header filesHyoung Joo Ahn1-0/+2
2019-06-12Added source to ignore files when making package tarParichay Kapoor3-0/+12
2019-05-20Updated rules for all python3 versionsParichay Kapoor3-14/+15
2019-05-17Adding a copy of .gitignore, which will be present with launchpad builtParichay Kapoor2-1/+242
2019-05-17added submodules in package for offline buildParichay Kapoor33-87/+64
2019-05-15Added pytorch debian packagingParichay Kapoor7-0/+173
2019-04-24fix rocm test (#19663)HEADmasterElias Ellison1-12/+24
2019-04-23Enforce consistent dict iteration order for trace inputs. (#19528)efaust5-35/+42
2019-04-23Enable assignment for QTensor in pytorch frontend (#19530)Jerry Zhang5-5/+36
2019-04-23Dont introduce aliasing in CSE or Constant Pooling (#19576)eellison11-74/+198
2019-04-23Remove QTensor alias (#19635)Jerry Zhang5-27/+30
2019-04-23Commit explicit libtorch_python sources (#19607)Dmytro Dzhulgakov1-28/+100
2019-04-23builtin ivalues sort (#19572)Elias Ellison2-0/+68
2019-04-23Guard {set,rebase}_history on grad_fn check (#19623)James Reed2-9/+10
2019-04-23optimize BatchMatmulOp (#18612)Xiaomeng Yang6-406/+533
2019-04-23fix lint (#19632)Jerry Zhang1-0/+1
2019-04-23Add base support to torch.logspace, default base=10 (#19542)Phúc Lê7-17/+31
2019-04-23disable flake8 E302 (two blank lines) (#19634)Michael Suo1-1/+1
2019-04-23fix nn.Sequential docTongzhou Wang1-5/+0
2019-04-23caffe2 | Windows compat fixesOleg Bogdanov2-40/+48
2019-04-23Remove fixed TODO (#19590)Sebastian Messmer1-2/+0
2019-04-23correct comments in group_norm_op (#19621)Huamin Li2-4/+4
2019-04-23Simplify argument test cases (#19593)Sebastian Messmer1-97/+10
2019-04-23Add test cases for optional of list (#19592)Sebastian Messmer1-1/+26
2019-04-23Port adaptive_max_pool3d() to ATen (#19547)Stefan Krah13-747/+889
2019-04-23add torch.tensor requires grad (#19445)Elias Ellison8-268/+435
2019-04-23Surface the Glow traces to C2 (#19087)Yinghai Lu2-5/+48
2019-04-23Fix lack of state init for adagrad and add share_memory flag (#17679)Kaiyu Shi2-7/+115
2019-04-23Allow extracting element-wise loss in softmax (#19579)Priya Goyal2-2/+4
2019-04-23dispatch max_pools with no indices, expose max_pools to torch namespace (#19449)Wanchao Liang5-110/+74
2019-04-23Adds `fakeQuantizePerTensorAffineOp` to pytorch (#19387)Jerry Zhang2-0/+231
2019-04-23-fno-math-errno -fno-trapping-math (#19552)James Reed1-0/+2
2019-04-23Only require python print on certain namespaces (#19383)Bram Wasti1-1/+10