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

Allow matmul heuristic plugin to set cluster dimensions #3634

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

jacobhinkle
Copy link
Collaborator

This allows heuristic plugins to set cluster dimensions. By default, the cluster dims are set to {1, 1, 1}, which disables this feature, so if a plugin does not explicitly handle cluster dims, then it will just not make use of this feature. This is necessary because setting to an invalid value can cause a launch failure. This PR also prints the cluster dims in MatmulParams::toString.

@jacobhinkle
Copy link
Collaborator Author

!build

@jacobhinkle jacobhinkle merged commit 02ffc83 into main Dec 23, 2024
17 checks passed
@jacobhinkle jacobhinkle deleted the matmul_plugin_cluster_dims branch December 23, 2024 17:35
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.

3 participants