summaryrefslogtreecommitdiff
path: root/caffe2
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Back out "Revert D14613517: [pytorch][PR] Updating onnxtrt submodule to maste...Li Yu2-2/+2
2019-03-26Move weight offload inside backend construction functor (#18385)Yinghai Lu2-38/+39
2019-03-26Revert D14613517: [pytorch][PR] Updating onnxtrt submodule to master branchLi Yu2-2/+2
2019-03-26Fix direct comparison of OperatorDef proto structs (#18466)Junjie Bai1-1/+12
2019-03-26Fix typo in Github links in elementwise_ops_schema.cc (#18018)Sameer Indarapu1-3/+3
2019-03-26Updating onnxtrt submodule to master branchKevin Chen2-2/+2
2019-03-26Expose c10 operators to caffe2 by operator name (#18160)Sebastian Messmer21-48/+62
2019-03-26Move math::Axpy function to elementwise lib (#18316)Xiaomeng Yang11-606/+575
2019-03-26Resolving comments from Bool Tensor for CPU PR (#18165)Iurii Zdebskyi2-5/+5
2019-03-25Change deprecated IntList to IntArrayRefXiang Gao1-1/+1
2019-03-25caffe2 - support flaky operator tests for caffe2 build (#18155)Duc Ngo2-1/+28
2019-03-25Fix caffe2 build with BLAS=OpenBLAS (#18422)nihui2-0/+2
2019-03-25Add more options to the quantization model exporter (#18383)Summer Deng1-15/+17
2019-03-23Revert D14446895: [C2] Implement rotated generate_proposals_op without opencv...Edward Yang5-156/+210
2019-03-22Implement rotated generate_proposals_op without opencv dependency (1.8x faste...Jing Huang5-210/+156
2019-03-22Fix alignment issues for Fake BFP16 fp32 -> bfp16 rounding routines (#18321)Jianyu Huang1-1/+1
2019-03-22Caffe2: crash op (#18207)Alexander Sidorov1-0/+25
2019-03-22caffe2 - Util to cleanup external inputs and outputs from a NetDef (#18194)Duc Ngo3-3/+94
2019-03-22Optimize MomentumSGDUpdate maximum block size and make it templatedBilge Acun1-24/+58
2019-03-22Verify def before infer fensor (#18129)Gerard Goossen2-4/+9
2019-03-22add more Python interface functions to make quantization simpler (#18246)Jongsoo Park1-0/+89
2019-03-22add fbgemm fp16 (fbfcpacked) support, add global_init_net in predictor_export...Weiyi Zheng2-2/+29
2019-03-22Automatic update of fbcode/onnx to c05f2ae412daf8fd64136ca354b97ccf73e0ea6c (...Lu Fang2-1/+7
2019-03-21Replace the remaining usages of IntList in caffe2 to IntArrayRefJunjie Bai3-3/+3
2019-03-21Blacklist certain op types when doing bound shape inference (#18290)Yinghai Lu2-22/+19
2019-03-21Allow registering same operator schema multiple times (#18038)Sebastian Messmer1-4/+4
2019-03-21Optimize group_norm_op (#17945)Xiaomeng Yang3-536/+879
2019-03-20Update math::Transpose to support tensor with size > 2G (#17670)Xiaomeng Yang17-767/+681
2019-03-20handle dst_bin_width==0 case properly (#18240)Jongsoo Park1-2/+2
2019-03-20Revert D14114134: [asr] add fbgemm fp16 (fbfcpacked) support, add global_init...Lu Fang2-23/+2
2019-03-20Reinstate ncclCommDestroy (#17943)Pieter Noordhuis3-51/+60
2019-03-20add fbgemm fp16 (fbfcpacked) support, add global_init_net in predictor_export...Weiyi Zheng2-2/+23
2019-03-20Do not apply these explicit unroll pragmas for ROCm. (#18204)Johannes M Dieterich1-0/+6
2019-03-19fix -Wsign-compare warnings for some files inside c2 (#18123)Hector Yuen16-33/+33
2019-03-18handle scenario when GPU support is not available and p2p_access_pattern is e...Deepali Chourasia1-1/+1
2019-03-18Fix Caffe2 operator schemas (#15462) (#13229) (#18109)Lutz Roeder3-27/+24
2019-03-18Attribute serialization (#17423)David Riazati1-1/+12
2019-03-18fix bug in pool_dnnlowp_op_avx2.cc (#18141)Jongsoo Park1-1/+1
2019-03-16Typo fix (#18089)Jianyu Huang1-1/+1
2019-03-16Caffe2 - Add flag to fails if float point exceptions is detected in operator ...Duc Ngo3-0/+64
2019-03-16Remove ComputeLibrary submoduleJunjie Bai46-3239/+0
2019-03-15remove unused parameters in optimizer tests (#18084)Jongsoo Park3-12/+5
2019-03-15Specify overload name in function schema (#18037)Sebastian Messmer18-217/+234
2019-03-15Expose c10 cuda ops to caffe2 (#18036)Sebastian Messmer24-71/+62
2019-03-15Automatic update of fbcode/foxi to 2bcc4064c90e87b9638615c733485f07c47b7558 (...Jack Montgomery2-2/+4
2019-03-15Remove the identical if branch (#18019)yuanhaoxie1-5/+0
2019-03-15ONNX Export IsNan opLara Haidar-Ahmad2-0/+33
2019-03-15support serialization of classes (#17856)Michael Suo1-0/+11
2019-03-15Fix unclosed files in download.py, test_onnxifi.py, test_trt.py (#18017)ttup77773-4/+8
2019-03-14more careful use of auto in sparse operations (#17958)Jongsoo Park1-2/+2