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

SplitK for multiblock_gemm in cuBLASdx #192

Open
osayamenja opened this issue Jun 21, 2024 · 1 comment
Open

SplitK for multiblock_gemm in cuBLASdx #192

osayamenja opened this issue Jun 21, 2024 · 1 comment
Labels

Comments

@osayamenja
Copy link

Hello!

I am currently learning CUTLASS and cuBLASdx and I have a question. multiblock_gemm.cu only allows K that fits in smem. I believe it can be extended to larger K following the splitK pattern here, but I am not quite sure how to implement this, I would appreciate suggestions!

@osayamenja
Copy link
Author

Adding this from CUTLASS, where they mention using a semaphore across CTAs, I think this is the best approach. Let me know if you agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants