[OpenReg][Feat][Docs] Enrich hook implementation and add focused documentation#165980
[OpenReg][Feat][Docs] Enrich hook implementation and add focused documentation#165980KarhouTam wants to merge 5 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/165980
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 56405e6 with merge base 0dac408 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "module: openreg" |
bbf7e2f to
11ead9a
Compare
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegHooks.h
Outdated
Show resolved
Hide resolved
441529e to
af53d8f
Compare
|
@pytorchbot label "ciflow/trunk" |
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegHooks.h
Show resolved
Hide resolved
|
Thank you for updating, it looks good to me. |
|
@pytorchbot merge |
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 |
|
A lint job failed... Seems not my fault. |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Co-authored-by: Jiawei Li <ljw1101.vip@gmail.com>
…tter clarity and usability
…o high and low priority levels for better clarity and guidance for vendors.
|
Successfully rebased |
8f27f61 to
56405e6
Compare
|
@pytorchbot merge |
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 |
…mentation (pytorch#165980) ## Summary This PR enriches the implementation of `OpenRegHooks.h` and adds focused documentation for `OpenReg` hooks. ## Key Changes - A new document: `docs/source/accelerator/hooks.md` - New `OpenReg` hooks like `isBuilt()`, `isAvailable()` and so on... Pull Request resolved: pytorch#165980 Approved by: https://github.com/fffrog Co-authored-by: Jiawei Li <ljw1101.vip@gmail.com>
Summary
This PR enriches the implementation of
OpenRegHooks.hand adds focused documentation forOpenReghooks.Key Changes
docs/source/accelerator/hooks.mdOpenReghooks likeisBuilt(),isAvailable()and so on...