Skip to content

[CUDA] Fix gather_mm#3503

Open
zcbenz wants to merge 1 commit intoml-explore:mainfrom
zcbenz:cuda-gather-gemm
Open

[CUDA] Fix gather_mm#3503
zcbenz wants to merge 1 commit intoml-explore:mainfrom
zcbenz:cuda-gather-gemm

Conversation

@zcbenz
Copy link
Copy Markdown
Collaborator

@zcbenz zcbenz commented May 10, 2026

The sm70/sm80 kernels of CUTLASS v3 are in a weird state: no one uses them, no one maintains them, they have bugs and I had a really hard time trying to find a maintainer who actually understand the kernels to look into the bugs.

Anyway it is much easier to just write the kernel in plain CuTe and it should be better for long term maintenance since the code no longer requires domain-specific knowledge of CUTLASS C++ APIs.

This PR removes the last entries in cuda_skip.py‎ and I'm deleting the file, for future TODO items in CUDA backend we can just use @unittest.skipIf.

@zcbenz zcbenz force-pushed the cuda-gather-gemm branch 2 times, most recently from 30ef7e1 to b104e41 Compare May 10, 2026 11:12
@zcbenz zcbenz force-pushed the cuda-gather-gemm branch from b104e41 to 0e29858 Compare May 10, 2026 11:49
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