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 S Khudia <dskhudia@fb.com>2018-12-06 01:13:59 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-12-06 01:23:01 +0300
commit3af8fe54149d9451d593c635d616d2c380e21acb (patch)
treeff2b30184b1c9562419effc9b13d34478a1d2c0a /include/fbgemm/Fbgemm.h
parent7e1b543a5264adfb35f16fee60b097dba28e12bb (diff)
Final cleanup for avx2 isolation and consistent file names (#40)
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/40 File name changes + removal of -mavx2 compiler flag non-avx files This completes the separation of avx2 code to few files that make minimal use of c++ std lib. Reviewed By: jianyuh Differential Revision: D13330577 fbshipit-source-id: b469ebee484168800ce2d12fd2356edecbf0fa4d
Diffstat (limited to 'include/fbgemm/Fbgemm.h')
-rw-r--r--include/fbgemm/Fbgemm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fbgemm/Fbgemm.h b/include/fbgemm/Fbgemm.h
index c54bf24..5fedd28 100644
--- a/include/fbgemm/Fbgemm.h
+++ b/include/fbgemm/Fbgemm.h
@@ -9,7 +9,6 @@
/**
* Top level include file for FBGEMM.
*/
-#include <immintrin.h>
#include <cassert>
#include <cmath>
#include <limits>