[OpenReg] Add AMP Integration guide for accelerators#162050
Closed
zeshengzong wants to merge 1 commit intopytorch:mainfrom
Closed
[OpenReg] Add AMP Integration guide for accelerators#162050zeshengzong wants to merge 1 commit intopytorch:mainfrom
zeshengzong wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/162050
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 71272a4 with merge base bbf8aa4 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
b36e2cd to
8cc3d77
Compare
38 tasks
Collaborator
|
Thank you for contributing to AMP. Could you please update this README.md and add something related to AMP? |
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/amp/autocast_mode.cpp
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/amp/autocast_mode.cpp
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Outdated
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
Show resolved
Hide resolved
fffrog
reviewed
Sep 12, 2025
fffrog
reviewed
Sep 12, 2025
fffrog
reviewed
Sep 12, 2025
fffrog
reviewed
Sep 12, 2025
fffrog
reviewed
Sep 12, 2025
Collaborator
|
Please follow those command mentioned below to make html locally. pushd docs
pip3 install -r requirements.txt
make html
python -m http.server -d build/html 4000Then you can see the rendering effect through the browser. |
0d25ebf to
33f9ad0
Compare
fffrog
reviewed
Sep 26, 2025
fffrog
reviewed
Sep 26, 2025
4ebfab0 to
cb88bc0
Compare
**Changes**: - Add amp features for OpenReg - Add amp docs to accelerator integration Co-authored-by: FFFrog <ljw1101.vip@gmail.com> Co-authored-by: zeshengzong <zesheng.zong@outlook.com>
cb88bc0 to
71272a4
Compare
Collaborator
|
Hey @albanD , please help to take a look at this. Thank you. |
Contributor
Author
|
@pytorchbot merge |
Collaborator
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
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.
Fix part of #158917
Add AMP integration document and OpenReg code as example to explain steps of integration.