Skip to content

[DRAFT][BENCHMARK] Reuse CUTLASS's gemm configuration file #4720

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jle-quel
Copy link
Contributor

No description provided.

sommerlukas and others added 2 commits May 23, 2025 16:31
Instead of creating our own mapping from problem shape to CUTLASS GEMM
configuration, re-use existing information in CUTLASS.

This adds a small tool that can parse CUTLASS' benchmark configuration
files and generate a C++ header with the problem shape to configuration
mapping.

The generated header is included in the CUTLASS kernel benchmark to
dispatch to the best known configuration for each problem shape.

Signed-off-by: Lukas Sommer <[email protected]>
…into sommerlukas/reuse-cutlass-gemm-config

Signed-off-by: Jefferson Le Quellec <[email protected]>
@jle-quel jle-quel marked this pull request as draft July 15, 2025 13:51
@jle-quel jle-quel changed the title [BENCHMARK] Reuse CUTLASS gemm config [DRAFT][BENCHMARK] Reuse CUTLASS's gemm configuration file Jul 15, 2025
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.

2 participants