Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CUDA/HIP: fix ssm_scan on devices where warp size is not 32 #14196

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

Merged
merged 1 commit into from
Jun 15, 2025

Conversation

IMbackK
Copy link
Collaborator

@IMbackK IMbackK commented Jun 15, 2025

Currently the ssm scan kernel assumes warp32 and fails on warp 64 devices. Here is a simple but inefficient fix for this.

@github-actions github-actions bot added Nvidia GPU Issues specific to Nvidia GPUs ggml changes relating to the ggml tensor library for machine learning labels Jun 15, 2025
@IMbackK IMbackK requested a review from JohannesGaessler June 15, 2025 14:40
@IMbackK IMbackK merged commit e54b394 into ggml-org:master Jun 15, 2025
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ggml changes relating to the ggml tensor library for machine learning Nvidia GPU Issues specific to Nvidia GPUs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants