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

Support setting kernel block cluster dimensions #484

Closed
eyalroz opened this issue Mar 28, 2023 · 1 comment
Closed

Support setting kernel block cluster dimensions #484

eyalroz opened this issue Mar 28, 2023 · 1 comment

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 28, 2023

With the Hopper architecture, NVIDIA has introduced "clusters" of blocks which can use each other's shared memory. The clustering can be set either using a __cluster_dims__(1,2,3) qualifier in the kernel's signature, or at run-time. We need to support the run-time setting within our launch_configuration_t class and in the launch config builder mechanism.

@eyalroz eyalroz added the task label Mar 28, 2023
@eyalroz eyalroz added this to the Full CUDA 12 Support milestone Mar 28, 2023
@eyalroz
Copy link
Owner Author

eyalroz commented Mar 16, 2024

Fixed by addressing #564 .

@eyalroz eyalroz closed this as completed Mar 16, 2024
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

1 participant