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

Fix for Issue #412 [AMD official] #419

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Conversation

ajassani
Copy link
Contributor

@ajassani ajassani commented Jun 24, 2024

This PR addresses the issue #412

This install error is caused by a bug related to the warp size of Radeon GPUs in one of the ROCm libraries (rocprim). As a result, the warp size 32 based kernel launch fails to compile. In this fix, we use the same kernel parameters for both Instinct and Radeon GPUs. The performance hit is negligible.

The bug in rocmprim has been fixed (ROCm/rocPRIM#542) but is not in the release yet. We can open another PR to revert the code once this rocprim fix is in the release.

@tridao tridao merged commit 22c0c87 into state-spaces:main Jun 30, 2024
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.

None yet

2 participants