Move avx2 specific code in different source files (#28)
authorDaya S Khudia <dskhudia@fb.com>
Wed, 5 Dec 2018 19:50:57 +0000 (11:50 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 5 Dec 2018 20:19:35 +0000 (12:19 -0800)
commit50936cb06ea2679dccc2b6d456575d7dca4c5bdb
tree3326b1cf63aec6f007c2af3dc3eb5a7c2d4057ef
parent55092b1cc604fad3d70d31e71bbdd3a43a279423
Move avx2 specific code in different source files (#28)

Summary:
Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/28

Pull Request resolved: https://github.com/pytorch/pytorch/pull/14516

This is the first diff in a series of diffs that will separate out avx2 specific code in separate files. The goal is to compile as little as possible code with avx2 and avx512 compiler flags.

Reviewed By: jianyuh

Differential Revision: D13248376

fbshipit-source-id: 401c2e9d3cd96c420fd08c3efa011febce96ffbb
cmake/Dependencies.cmake