PyTorch Kernels CI Tests#265
Merged
Merged
Conversation
Collaborator
|
Please note that I made changes to the pytorch kernels playbook. Nothing functionally changed that much though. |
danielholanda
approved these changes
May 14, 2026
Collaborator
danielholanda
left a comment
There was a problem hiding this comment.
Looks great. This is definitely a power user playbook. Great tests.
Collaborator
Author
Can you please point me to the PR that has these changes? |
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.
User Actions
Windows
Linux
sudo usermod -aG render,video $USERsudo rebootWhat the tests validate
rocm-sdk initworks.torch.version.hipis not Nonetorch.cuda.is_available()returns Truetorch.cuda.get_device_name(0)Vector Addition JIT test ( lightweight version of the vector addition example)
torch.cuda._compile_kerneladd_onekernel)2.0)Vector Addition C++ Extension test
assets/Vector_Addition/setup.pycan build the extensionadd_one_kernel.cucan be compiled through PyTorch’s extension build path2.0)Matrix Multiplication JIT test
torch.cuda._compile_kerneltorch.mmMatrix Multiplication C++ Extension test
assets/Matrix_Multiplication/setup.pycan build the extensionmatmul_kernel.cucan be compiled through PyTorch’s extension build pathtorch.mm