Uh oh!
There was an error while loading. Please reload this page.
Fix memory fence for ARM - #753
Closed
aurianer wants to merge 4 commits into
Closed
Conversation
aurianerforce-pushed
the
fix_barrier_for_aarch64
branch
from
April 5, 2024 14:44
5882c94 to
842dc17Comparetimmoon10
approved these changes
Apr 5, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
timmoon10
commented
Apr 5, 2024
Member
/te-ci pytorch |
aurianerforce-pushed
the
fix_barrier_for_aarch64
branch
from
April 8, 2024 13:37
8a06c92 to
df72d04Compareaurianer
commented
Apr 8, 2024
ContributorAuthor
Out of curiosity, why is the |
henrique added a commit
to henrique/TransformerEngine
that referenced
this pull request
Apr 10, 2024
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: aurianer <aurianer@cscs.ch>
Signed-off-by: aurianer <aurianer@cscs.ch>
Signed-off-by: Tim Moon <4406448+timmoon10@users.noreply.github.com>
aurianerforce-pushed
the
fix_barrier_for_aarch64
branch
from
April 10, 2024 11:09
df72d04 to
cf93f1bCompareSigned-off-by: aurianer <aurianer@cscs.ch>
aurianerforce-pushed
the
fix_barrier_for_aarch64
branch
from
April 10, 2024 16:52
cf93f1b to
a7d5357Comparetimmoon10
commented
Apr 10, 2024
Member
/te-ci pytorch |
shamisp
reviewed
Apr 10, 2024
Uh oh!
There was an error while loading. Please reload this page.
aurianer
commented
Apr 12, 2024
ContributorAuthor
closing in favour of #757 |
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 freeto 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.
TransformerEngine doesn't compile for aarch64, this PR:
GPU_PAGE_*macros and already included in userbuffers.h. This adds an explicit include (which is guarded and prevent redefinition) since theGPU_PAGE_*variables are used in this .cpp file.