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
path: root/bench
diff options
context:
space:
mode:
authorDaya S Khudia <dskhudia@fb.com>2018-12-06 00:09:55 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-12-06 00:14:50 +0300
commit8b3e0a742a88f8d3bb247839b1f3d36161a66b91 (patch)
tree4539eadf5ece1b7313276773c813a3353cc80a86 /bench
parentd5ff1fa847a3b4aab0eff547cb92bb76af99dac5 (diff)
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
Diffstat (limited to 'bench')
-rw-r--r--bench/Depthwise3DBenchmark.cc2
-rw-r--r--bench/DepthwiseBenchmark.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/Depthwise3DBenchmark.cc b/bench/Depthwise3DBenchmark.cc
index c65839b..63efc9d 100644
--- a/bench/Depthwise3DBenchmark.cc
+++ b/bench/Depthwise3DBenchmark.cc
@@ -20,7 +20,7 @@
#include "AlignedVec.h"
#include "BenchUtils.h"
#include "fbgemm/Utils.h"
-#include "src/FbgemmI8Depthwise.h"
+#include "src/FbgemmI8DepthwiseAvx2.h"
#include "src/RefImplementations.h"
using namespace std;
diff --git a/bench/DepthwiseBenchmark.cc b/bench/DepthwiseBenchmark.cc
index b922f90..13be6f6 100644
--- a/bench/DepthwiseBenchmark.cc
+++ b/bench/DepthwiseBenchmark.cc
@@ -18,7 +18,7 @@
#include "AlignedVec.h"
#include "BenchUtils.h"
#include "fbgemm/Utils.h"
-#include "src/FbgemmI8Depthwise.h"
+#include "src/FbgemmI8DepthwiseAvx2.h"
#include "src/RefImplementations.h"
using namespace std;