Skip to content

fix(cuda): add missing runtime_utils.h include in CausalSoftmax#49

Open
zhangyue207 wants to merge 1 commit intomasterfrom
fix/causal-softmax-include
Open

fix(cuda): add missing runtime_utils.h include in CausalSoftmax#49
zhangyue207 wants to merge 1 commit intomasterfrom
fix/causal-softmax-include

Conversation

@zhangyue207
Copy link
Copy Markdown
Collaborator

@zhangyue207 zhangyue207 commented Apr 10, 2026

Add missing #include \"cuda/runtime_utils.h\" in src/cuda/causal_softmax/kernel.h. RuntimeUtils is used at line 34 but never included, causing compilation failure when the generated bindings pull in this header directly.

`RuntimeUtils` is used but never included; compilation fails when
the header is reached before another TU pulls in the declaration.
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.

1 participant