-
Notifications
You must be signed in to change notification settings - Fork 213
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
Add CUTLASS-based row-wise scaled sparse FP8 kernel #1671
base: main
Are you sure you want to change the base?
Add CUTLASS-based row-wise scaled sparse FP8 kernel #1671
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1671
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New FailuresAs of commit e1c9bd0 with merge base 867a91f ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
The kernel is ready and passes smoke test. Remaining tasks:
|
5bbcc49
to
6d34b7e
Compare
) | ||
|
||
|
||
def rand_sparse_semi_structured(r, c, dtype, device, choice=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: I think we have a variant of this in here:
Line 26 in cc6244c
def create_semi_structured_tensor(r, c, dtype): |
6d34b7e
to
e1c9bd0
Compare
No description provided.