Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Refactor Loader and Storer Implementations #34

Open
lcy-seso opened this issue Jan 14, 2025 · 0 comments
Open

Enhancement: Refactor Loader and Storer Implementations #34

lcy-seso opened this issue Jan 14, 2025 · 0 comments
Assignees

Comments

@lcy-seso
Copy link
Contributor

Description:

  • Re-implement the loader to issue cp.async directly instead of using CuTe.
  • Re-implement the storer to issue the corresponding PTX for storing, avoiding CuTe.

Benefits:

This refactor will offer several advantages and help achieve a cleaner codebase. Currently, Cutlass requires its own Layout, which necessitates wrapping the parameters for Cutlass in various places. This results in code that is messy and difficult to manage. By eliminating the use of CuTe in favor of direct PTX instructions, we can streamline the implementation and improve code clarity.

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

No branches or pull requests

1 participant