Skip to content
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

enable cpu integer matmul #130

Merged
merged 1 commit into from
Mar 24, 2024
Merged

enable cpu integer matmul #130

merged 1 commit into from
Mar 24, 2024

Conversation

dacorvo
Copy link
Collaborator

@dacorvo dacorvo commented Mar 24, 2024

Originally submitted by @maktukmak as #126

Regarding issue #64, torch now supports integer matmul (toch._int_mm) on the CPU at its master branch with this pytorch/pytorch#121792 merged. Here, I made small changes to enable this kernel on quanto. To use the new backend, install torch nightly build after quanto.

@dacorvo dacorvo merged commit 9192ef8 into main Mar 24, 2024
3 checks passed
@dacorvo dacorvo deleted the maktukmak branch March 24, 2024 09:51
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.

2 participants