summaryrefslogtreecommitdiff
path: root/caffe2/utils
AgeCommit message (Expand)AuthorFilesLines
2019-04-23optimize BatchMatmulOp (#18612)Xiaomeng Yang3-173/+282
2019-04-23caffe2 | Windows compat fixesOleg Bogdanov2-40/+48
2019-04-15Fix the return value of ParseFromString (#19262)Gemfield1-0/+1
2019-04-08Add gelu op (#18992)Xiaomeng Yang3-0/+19
2019-04-05Add backward pass to infer single missing input shape for Concat opportunitis...Yinghai Lu1-0/+14
2019-04-02Add support for getting TensorProto argument (#18364)Yinghai Lu1-0/+8
2019-03-26Move math::Axpy function to elementwise lib (#18316)Xiaomeng Yang6-413/+533
2019-03-25Fix caffe2 build with BLAS=OpenBLAS (#18422)nihui2-0/+2
2019-03-22caffe2 - Util to cleanup external inputs and outputs from a NetDef (#18194)Duc Ngo3-3/+94
2019-03-20Update math::Transpose to support tensor with size > 2G (#17670)Xiaomeng Yang11-659/+573
2019-03-08Optimize LayerNormOp (#17604)Xiaomeng Yang1-32/+46
2019-03-08Open registration for c10 thread pool (#17788)James Reed5-64/+2
2019-03-08Catch exceptions in bound_shape_inference (#17775)Yinghai Lu1-0/+12
2019-02-27Fix math::Set for large tensor (#17539)Xiaomeng Yang3-14/+14
2019-02-20Separate gpu reduce functions (#17146)Xiaomeng Yang4-783/+693
2019-02-13Apply modernize-use-override - 2/2Michael Liu1-2/+2
2019-02-13Separate reduce functions from math (#16929)Xiaomeng Yang9-1378/+904
2019-02-07Separate elementwise level2 math functions (#16753)Xiaomeng Yang16-527/+858
2019-02-05Document hip-clang and its __HIP__ macro (#16771)Johannes M Dieterich3-0/+6
2019-02-05Add an API to set the number of threads in C10 thread pool (#16669)James Reed1-1/+3
2019-02-01Use macro for reduce on 2d blocks (#16344)Xiaomeng Yang3-33/+57
2019-01-30Seperate level1 elementwise functions from math (#16397)Xiaomeng Yang6-387/+370
2019-01-28Pass WERROR to CMake as an explicit parameter rather than an env var.Owen Anderson2-61/+0
2019-01-28Optimize SpatialBNOp on GPU (#16395)Xiaomeng Yang1-5/+8
2019-01-25Delete Tensor::swap(), replace with pointer swap (#12730)Edward Yang1-1/+1
2019-01-23Fix issues under caffe round 1Benny Chen1-1/+1
2019-01-22hip-clang enablement (#16085)Yaxun (Sam) Liu3-3/+3
2019-01-20Separate Moments from math and optimize it (#16175)Xiaomeng Yang12-623/+505
2019-01-18Separate affine_channel from math and optimize it (#16135)Xiaomeng Yang9-150/+240
2019-01-18add back NNPACK in PyTorch (#15924)Thomas Viehmann1-5/+10
2019-01-17Export PyTorch erf to ONNX Erf and add Caffe2 Erf operatorbddppq4-1/+17
2019-01-10Tensor reinitialization codemod - 5/5 (#15884)Jerry Zhang2-24/+44
2019-01-10Move files to/from c10/core and c10/util (#15316)Sebastian Messmer1-1/+1
2019-01-09use C10_MOBILE/ANDROID/IOS (#15363)Jerry Zhang3-8/+8
2018-12-21Add pthreadpool_create and pthreadpool_destroy (#15492)Hao Lu1-0/+15
2018-12-21Handling nullptr caseHao Lu1-0/+8
2018-12-13Replace non-printable-ascii characters in ProtoDebugString (#14918)David Reiss1-1/+7
2018-12-10Integrate rocBLAS fp16 api into Caffe2 (#14882)rohithkrn1-39/+134
2018-11-28Merge Caffe2 and PyTorch thread pool definitions (#14114)James Sun1-163/+5
2018-11-16Windows shared build (#13550)ArutyunovG1-1/+1
2018-11-16Change hip filename extension to .hip (#14036)Junjie Bai4-34/+34
2018-11-16Add filler for SparseLengthsWeightedSum (#13949)Yinghai Lu3-33/+56
2018-11-08Added HIP top_k operator (#13747)Ashish2-8/+85
2018-11-07Hipify caffe2/utils/math_gpu.cu (#13521)rohithkrn2-3762/+155
2018-11-05Move flat_hash_map to c10/utilSebastian Messmer1-1455/+0
2018-11-043D Conv in NHWC layout (#12733)Jongsoo Park4-12/+364
2018-11-04Kill more weird constructors on TensorDmytro Dzhulgakov1-5/+2
2018-11-04add a few comments on layout after im2col (#12429)Jongsoo Park1-0/+2
2018-11-02Revert MKL rowwise moments (#13480)Xiaomeng Yang1-36/+0
2018-11-01optimization on cpu conv3d (#11884)Yufei Wang1-12/+203