skills: update cuda skills to make the generated kernels compliant with the builder#630
Open
sayakpaul wants to merge 7 commits into
Open
skills: update cuda skills to make the generated kernels compliant with the builder#630sayakpaul wants to merge 7 commits into
sayakpaul wants to merge 7 commits into
Conversation
danieldk
reviewed
Jun 11, 2026
| python ../../.claude/skills/h100-diffusers-kernels/references/ltx_kernel_injection_example.py | ||
| cd <your-kernel-project> # kernel-builder project with your kernels | ||
| nix run .#build-and-copy -L # Build kernels with kernel-builder | ||
| python path/to/skills/cuda-kernels/scripts/ltx_kernel_injection_example.py |
Member
There was a problem hiding this comment.
Is this run command still correct?
Member
Author
There was a problem hiding this comment.
Would you rather kernel-builder build-and-copy -L?
The other stuff, e.g., cd <> and python ... are okay because the users are supposed to change them. Or did you mean something else?
Member
There was a problem hiding this comment.
I meant the python path/to/skills etc. I would expect a placeholder in place of skills/cuda-kernels/scripts/ltx_kernel_injection_example.py.
Member
Author
There was a problem hiding this comment.
Not sure if I follow. ltx_kernel_injection_example.py is the script we want the agent to refer to here.
Co-authored-by: Daniël de Kok <me@danieldk.eu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed internally.
There were several issues with the CUDA skills instructions. For example, it cannot compile with the builder as it uses pybind.
I have checked on my Spark that with the updated instructions, the kernels can successfully build and be consumed with
get_local_kernel().It also uses the latest
kernel-buildersubcommands.