Closed
Bug 1868103
Opened 2 years ago
Closed 1 year ago
Use avx512vnni instructions to speed up ML model inference
Categories
(Firefox :: Translations, enhancement)
Firefox
Translations
Tracking
()
RESOLVED
FIXED
People
(Reporter: marco, Unassigned)
References
Details
If bug 1868102 shows avx512vnni is supported on many of our users' machines, it makes sense to add support for it.
Comment 1•2 years ago
•
|
||
I suspect we have more machines with AVX512VNNI than we have with AVXVNNI (cfr bug 1868949), because AVXVNNI is much newer (even though it's the same operation, sigh). I wonder if there was a misunderstanding here that lead to bug 1871151.
The real question is, is it best to run the AVX512VNNI code in 512-bit mode or 256-bit mode (the latter of which is still different from AVXVNNI!) :-)
Reporter | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
gemmology support on going: https://github.com/mozilla/gemmology/pull/13
Reporter | ||
Comment 3•2 years ago
|
||
All dependencies fixed.
Reporter | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•