Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaya Khudia <dskhudia@fb.com>2019-06-05 22:44:57 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-06-05 22:50:08 +0300
commit8197494f3ae280941639c72bc1342a9faa8e2ad6 (patch)
treee0f7fb9b8aad61c46b7d2a79f019255514c03985 /src/FbgemmI8DepthwiseAvx2.cc
parent77868418c7963572167690ef069b06cbfe67de1f (diff)
Unified convolution interface
Summary: We want to combine three different convolution interfaces under one top level function. Reviewed By: protonu Differential Revision: D15399811 fbshipit-source-id: 7390616d92783506fc156f0f6017f10b5f7f8e30
Diffstat (limited to 'src/FbgemmI8DepthwiseAvx2.cc')
-rw-r--r--src/FbgemmI8DepthwiseAvx2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbgemmI8DepthwiseAvx2.cc b/src/FbgemmI8DepthwiseAvx2.cc
index 2620e43..ee39faf 100644
--- a/src/FbgemmI8DepthwiseAvx2.cc
+++ b/src/FbgemmI8DepthwiseAvx2.cc
@@ -4,7 +4,7 @@
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
-#include "FbgemmI8DepthwiseAvx2.h"
+#include "fbgemm/FbgemmI8DepthwiseAvx2.h"
#include <algorithm> // for min and max
#include <cassert>