Move avx2 specific code in different source files#14516
Closed
dskhudia wants to merge 1 commit intopytorch:masterfrom
Closed
Move avx2 specific code in different source files#14516dskhudia wants to merge 1 commit intopytorch:masterfrom
dskhudia wants to merge 1 commit intopytorch:masterfrom
Conversation
483c112 to
9a7d57b
Compare
9a7d57b to
3fe9679
Compare
3fe9679 to
127ae78
Compare
127ae78 to
843899b
Compare
843899b to
69257b3
Compare
69257b3 to
e5a7547
Compare
e5a7547 to
b007483
Compare
b007483 to
48d771f
Compare
48d771f to
148bc31
Compare
148bc31 to
7e296e2
Compare
7e296e2 to
8b910f5
Compare
Summary: Pull Request resolved: pytorch/FBGEMM#28 Pull Request resolved: pytorch#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: e3bff76037e1060df7e41cda0a91338ed859a996
8b910f5 to
e2594a3
Compare
dskhudia
added a commit
to dskhudia/FBGEMM
that referenced
this pull request
Dec 5, 2018
Summary: Pull Request resolved: pytorch#28 Pull Request resolved: pytorch/pytorch#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: 2347f3687c2cbd5c6d21d7365c6f9bd87ee96641
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Dec 5, 2018
Summary: Pull Request resolved: pytorch/FBGEMM#28 Pull Request resolved: pytorch/pytorch#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
pytorch-bot bot
pushed a commit
to pytorch/FBGEMM
that referenced
this pull request
Feb 26, 2026
Summary: Pull Request resolved: #28 Pull Request resolved: pytorch/pytorch#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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: 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.
Differential Revision: D13248376