Move avx2 specific code in different source files#28
Closed
dskhudia wants to merge 1 commit intopytorch:masterfrom
Closed
Move avx2 specific code in different source files#28dskhudia wants to merge 1 commit intopytorch:masterfrom
dskhudia wants to merge 1 commit intopytorch:masterfrom
Conversation
ccaa461 to
3d60430
Compare
3d60430 to
c9606ac
Compare
c9606ac to
7e32771
Compare
7e32771 to
c65d832
Compare
c65d832 to
08a628e
Compare
08a628e to
27dcb95
Compare
27dcb95 to
b501066
Compare
b501066 to
20bb235
Compare
20bb235 to
e2bc236
Compare
e2bc236 to
2a77d08
Compare
2a77d08 to
5855911
Compare
dskhudia
added a commit
to dskhudia/pytorch
that referenced
this pull request
Dec 5, 2018
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
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
5855911 to
4c96f10
Compare
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
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