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:
authorJianyu Huang <jianyuhuang@fb.com>2019-08-06 21:55:17 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-08-06 21:59:00 +0300
commitcf34b9a26b609109b18d6498f0608faddb7a911b (patch)
tree1ceaddaf942edb9debcafad7491b750fc3a5f066 /src/Utils.cc
parentd8b3323668fdd15dc70e9cb43ab16e96f4846eeb (diff)
Back out "[fbgemm] Integrate VNNI into FBGEMM master branch"
Summary: Original commit changeset: fcaa13cc3159 ASMJIT requires the CMake version to be 3.8 However, FBGEMM and PyTorch only need the CMake version to be 3.5+. This caused the build failure in FBGEMM: https://circleci.com/gh/pytorch/FBGEMM/122#build-timing/containers/0 Reviewed By: dskhudia Differential Revision: D16670547 fbshipit-source-id: 506714c3db1cb82cf98895f58f82f235128f5285
Diffstat (limited to 'src/Utils.cc')
-rw-r--r--src/Utils.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Utils.cc b/src/Utils.cc
index 5214e41..0fa620d 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -202,7 +202,4 @@ bool fbgemmHasAvx2Support() {
return (cpuinfo_has_x86_avx2());
}
-bool fbgemmHasAvx512VnniSupport() {
- return (cpuinfo_has_x86_avx512vnni());
-}
} // namespace fbgemm