Star on GitHub — community-maintained pronunciation dictionary

How to pronounce GEMM

acronym community-consensus

jem /dʒɛm/ mp3

GEMM is most commonly pronounced "jem" (/dʒɛm/). This is the widely-used reading among engineers, though edge cases exist.

GEMM stands for GEneral Matrix Multiply, the BLAS Level-3 routine C = αAB + βC and the single most-invoked GPU kernel in deep learning ("fp8 gemm", "grouped gemm"). One syllable, said exactly like the jewel GEM — /dʒɛm/. The double M just comes from the BLAS function names (sgemm/dgemm/cgemm) and is NOT a geminated or hard sound. Non-native devs often mis-say it as spelled-out "G-E-M-M"; it looks like an initialism and the doubled M invites a wrong reading.

Source: Wikipedia — GEMM (General matrix multiply, a BLAS subprogram)

Pronouncing project and product names correctly avoids the small but persistent friction of being gently corrected during standups, conference Q&As, and team calls. Hearing the word a few times locks in the right reading better than reading IPA ever will. Pronounce is a community-maintained dictionary — every entry tagged with a confidence level and (where possible) a citable source.

How do you pronounce GEMM?

GEMM is pronounced "jem" (/dʒɛm/). GEMM stands for GEneral Matrix Multiply, the BLAS Level-3 routine C = αAB + βC and the single most-invoked GPU kernel in deep learning ("fp8 gemm", "grouped gemm"). One syllable, said exactly like the jewel GEM — /dʒɛm/. The double M just comes from the BLAS function names (sgemm/dgemm/cgemm) and is NOT a geminated or hard sound. Non-native devs often mis-say it as spelled-out "G-E-M-M"; it looks like an initialism and the doubled M invites a wrong reading. Source: Wikipedia — GEMM (General matrix multiply, a BLAS subprogram).

What is the IPA for GEMM?

The IPA for GEMM is /dʒɛm/, respelled "jem".

Hear it from the command line

$ say-it GEMM # primary × 3 + audible "or: …" for each alternate
$ say-it --why GEMM # print the dict entry with source URL

Install the CLI: git clone https://github.com/anzy-renlab-ai/pronounce.git && cd pronounce && ./install.sh

Share this

Help one more dev stop saying "GEMM" wrong.

⭐ Star the project

This whole page exists because of a community-maintained TSV. If it saved you a cringey moment, drop a star.

Star on GitHub GitHub stars
Star on GitHub