Main ascend - #66
Merged
Merged
Conversation
…antics Summary of changes: 1. Directory rename: csrc/aten/backends/flagos/py/ -> python_wrapper/ - Eliminates abbreviation ambiguity, clearly conveys "Python wrapper" 2. Dispatch macro renames: - FLAGOS_DEFINE_DISPATCH -> ADD_IMPL_TO_DISPATCHER - FLAGOS_DECLARE_DISPATCH -> DECLARE_DISPATCHER - FLAGOS_REGISTER_DISPATCH -> REGISTER_IMPL_TO_DISPATCHER - New names clearly express "adding a backend impl to the dispatcher" 3. Dispatch variable renames: all xxx_stub -> xxx_dispatcher - e.g. mm_stub -> mm_dispatcher, softmax_stub -> softmax_dispatcher 4. File rename: dispatch_stub.h -> dispatcher.h 5. Type renames (remove redundant Flagos prefix, already in at::native::flagos namespace): - FlagosDispatcher -> Dispatcher - FlagosDevice -> Backend 6. Doc cleanup: remove obsolete FLAGOS_DISABLE_FLAGGEMS_PY env var from README 155 files changed, pure rename/refactor with no functional changes.
Integrate FlagGems Python Wrapper OPs on the Ascend Platform
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.
No description provided.