From ca6311d90941c4797bb7b0ab5775e0f5c7866335 Mon Sep 17 00:00:00 2001 From: Daya S Khudia Date: Wed, 5 Dec 2018 13:09:55 -0800 Subject: [PATCH] File name change for FbgemmI8Depthwise.h and FbgemmI8Depthwise.cc (#14725) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14725 Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/33 Renaming FbgemmI8Depthwise.h to FbgemmI8DepthwiseAvx2.h and FbgemmI8Depthwise.cc to FbgemmI8DepthwiseAvx2.cc since FbgemmI8DepthwiseAvx2.cc will be compiled with avx2 flags Reviewed By: jianyuh Differential Revision: D13313898 fbshipit-source-id: a8111eacf3d79a466ce0565bfe5f2f0b200a5c33 --- caffe2/quantization/server/conv_dnnlowp_op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe2/quantization/server/conv_dnnlowp_op.h b/caffe2/quantization/server/conv_dnnlowp_op.h index a78c8de..c649e42 100644 --- a/caffe2/quantization/server/conv_dnnlowp_op.h +++ b/caffe2/quantization/server/conv_dnnlowp_op.h @@ -1,7 +1,7 @@ #pragma once #include -#include +#include #include "caffe2/operators/conv_op.h" #include "caffe2/operators/conv_pool_op_base.h" #include "caffe2/quantization/server/caffe2_dnnlowp_utils.h" -- 2.7.4