## 영문 용어 / Term `GEMM` ## 제안 번역 / Proposed translation GEMM ## 설명 / Description General Matrix Multiply(일반 행렬 곱). 통상 번역하지 않고 그대로 사용. ## 사용 맥락 / Context PyTorch 공식 블로그 *"Why Is PyTorch Compile So Fast: Kernel Fusion"* 한국어 번역에서 사용되었습니다. - 원문: https://pytorch.org/blog/why-is-pytorch-compile-so-fast-kernel-fusion/ - 번역 PR: https://github.com/PyTorchKorea/pytorch.kr/pull/88 > 이 이슈는 번역 과정에서 발견된 신규 용어 제안입니다.
영문 용어 / Term
GEMM제안 번역 / Proposed translation
GEMM
설명 / Description
General Matrix Multiply(일반 행렬 곱). 통상 번역하지 않고 그대로 사용.
사용 맥락 / Context
PyTorch 공식 블로그 "Why Is PyTorch Compile So Fast: Kernel Fusion" 한국어 번역에서 사용되었습니다.