Skip to content

Main ascend - #66

Merged
Hchnr merged 5 commits into
mainfrom
main_ascend
Jun 3, 2026
Merged

Main ascend#66
Hchnr merged 5 commits into
mainfrom
main_ascend

Conversation

@Hchnr

@Hchnr Hchnr commented Jun 3, 2026

Copy link
Copy Markdown
Owner

No description provided.

Hchnr added 5 commits May 27, 2026 08:16
…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
@Hchnr
Hchnr merged commit 86b0f82 into main Jun 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant